Approximate search results?

General discussion related to "Everything".
Post Reply
antpalmer
Posts: 2
Joined: Sat Jan 04, 2025 2:23 am

Approximate search results?

Post by antpalmer »

Hi (new here)
I've been using everything for a while now and wondered if there's some form of approximate search to account for typos.
I read some threads suggesting levenshtein/cosine distance and the like but I'm not sure that's what I'm looking for.

For example,
Sometimes I accidentally type "stea," instead of "steam". Or "eamcs" instead of "emacs". Is there some setting that I can use to have everything account for this?
void
Developer
Posts: 19830
Joined: Fri Oct 16, 2009 11:31 pm

Re: Approximate search results?

Post by void »

A 'did you mean xxx?' dictionary lookup is on my TODO list.
For example: type in
stea,

A dropdown bar is shown under the Search box: did you mean steam? [Yes | No | Close]

A levenshtein distance search is on my TODO list.
However, results will have to be sorted by rank. (too much noise otherwise)

Thank you for the suggestion.
antpalmer
Posts: 2
Joined: Sat Jan 04, 2025 2:23 am

Re: Approximate search results?

Post by antpalmer »

Thank you! Is there some way I could work on this in the form of an extension? It sounds fun! :)
void
Developer
Posts: 19830
Joined: Fri Oct 16, 2009 11:31 pm

Re: Approximate search results?

Post by void »

Thank you for your offer to help.

Extensions are not designed to do this yet.
Post Reply