mirror of
https://github.com/c9fe/22120.git
synced 2024-11-10 04:52:43 +01:00
16 lines
1.2 KiB
Plaintext
16 lines
1.2 KiB
Plaintext
- fix 0 score for unrelated framgnets, or neg score for short guys.
|
|
- don't highlight small matches like:
|
|
- search: Zuckerberg, top result: Hacker News - Top Links
|
|
- highlight Ha<strong>cker</strong> News
|
|
- WTF come on... I need a threshold on this stuff....or like, if I can find a good match in
|
|
body then don't highlight worse match in title...or maybe I can use ukkonen as part of threshold
|
|
- we could also add signal from the highlighting to just in time alter the order (e.g. 'hell wiki' search brings google search to top rank, but the Hell wikipedia page has more highlight visible)
|
|
- Create instant search (or at least instant queries (so search over previous queries -- not results necessarily))
|
|
- an error in Full text search can corrupt the index and make it unrecoverable...we need to guard against this
|
|
- Improve search page look
|
|
- We need to reload on localhost 22120 if we open with that
|
|
- We need to not open other localhosts if we already have one open
|
|
- ensure we are getting the page text to index once it is actually loaded (we should call again later, or add mutation observer and update on mutate)
|
|
- then send console message to the controller ({textChanged}), to trigger indexURL again
|
|
- throttle how often this can occur per URL
|