Olkris2666 / Never

1 stars 0 forks source link

Create a fuzzy search algorithm engine. #6

Open Olkris2666 opened 1 month ago

Olkris2666 commented 1 month ago

Needs to be able to support multiple types of fuzzyness for different variable types.

Normal fuzzy search for variable aliases, numeric fuzzy search for numbers, color fuzzy search for colors, etc.

It needs to be a system that can be expanded by the user with custom logic defined elsewhere.

The fuzzy search engine needs to be able to accept any code, and make use of it to expand the possible search syntax and amount of results found.

Olkris2666 commented 1 month ago

Transcript from Discord :

Also we should have "fuzzy search" engines So like, for text just normal fuzzy search behaviour For numbers it can fuzzy search numbers closeby up to a specified range And for colors it can fuzzy search "nearby colors" according to specifified range parameters given to the color fuzzy search thing