kitsu
kitsu copied to clipboard
Is it possible to make the search bar more versatile ?
Hello,
As of stated in your documentation, only items starting with the query string are returned.
With this scheme, searching for a "longboat" cannot be achieved by typing "boat", which can be deceptive.
Is it possible to make this search more like item in query rather than item.startswith(query) ?
Thank you so much
We want to check our filter system to add all missing filters. We will have a look at that. Maybe that we can rely on https://github.com/nextapps-de/flexsearch to do it.
That's great news !
Thank you Frank