From 197ff256313caa24e8519c659ab96a549a38f996 Mon Sep 17 00:00:00 2001 From: Cris Stringfellow <22254235+crislin2046@users.noreply.github.com> Date: Fri, 24 Dec 2021 10:45:17 +0800 Subject: [PATCH] "OK" --- todo | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/todo b/todo index caf2202..639a782 100644 --- a/todo +++ b/todo @@ -1,8 +1,9 @@ -- still stability issues: - - build archive and search for 'devil in hell' highlight should fuck up - OR - - create new archive and add some pages then search, search should fuck up ( I think we are writing one of the old indexes, like ndx to the new guy) - use ukkonen to find snippets +- don't highlight small matches like: + - search: Zuckerberg, top result: Hacker News - Top Links + - highlight Hacker 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