Open-Block / OpenBlock

A free open source Block based development template
0 stars 0 forks source link

Search Chooser #33

Open mosemister opened 4 years ago

mosemister commented 4 years ago

There needs to be a way of filtering the chooser from a text box.

Traditionally local search filters just use either contains() or startsWith() which while does get the job done, the user needs to know the search term used in the program.

Therefore I propose a Tag system which would allow users to search for either the title given or the tags. Not only that but i propose the search algorithm not to be a contains check, but a likelyhood check whereby the results that are shown are the ones in which gain a percent of likelyness or more.

This means slightly misspelt terms will still bring up the result the user wanted.