1
0
mirror of https://github.com/c9fe/22120.git synced 2024-10-27 22:22:28 +01:00
22120/todo

14 lines
1.1 KiB
Plaintext
Raw Normal View History

2021-12-25 07:06:56 +01:00
- get snippets earlier (before rendering in lib server) and use to add to signal
- implement trigram index
2021-12-24 16:20:39 +01:00
- try an exact match on the query term if possible for highlight. first one.
2021-12-23 04:01:20 +01:00
- 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)
2021-12-22 11:23:22 +01:00
- Create instant search (or at least instant queries (so search over previous queries -- not results necessarily))
2021-12-21 11:00:09 +01:00
- an error in Full text search can corrupt the index and make it unrecoverable...we need to guard against this
- this is still happening. sometimes the index is not saved, even on a normal error free restart. unknown why.
2021-12-18 07:51:30 +01:00
- Improve search page look
- We need to reload on localhost 22120 if we open with that
2021-12-17 17:38:27 +01:00
- We need to not open other localhosts if we already have one open
2021-12-16 05:53:52 +01:00
- 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)
2021-12-17 12:59:06 +01:00
- then send console message to the controller ({textChanged}), to trigger indexURL again
- throttle how often this can occur per URL