-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wildcard search didn't work as expected #30
Comments
First of all, wildcard search is not supported yet. Now to the details: What your show where are the episodes. It matched on the title of the show. If we return that you'll get:
Which returns
What happened with |
First of. Great project. I am thinking about using it as a backend Are wildcards or regex on the roadmap? Perhaps you could also thx |
@OSHistory Wildcards are on the roadmap, but sadly there's a huge lack of time, hence I don't know when this will happen. The stemmer currently used is just a Rust wrapper around Snowball. We don't do any language specific things yet, so you get whatever Snowball does. Adding wildcard/regex is non-trivial. Perhaps @Damienkatz could give a brief overview on what he had in mind in regards to that. |
Thanks for the reply. I can imagine that regex implementation is a huge task It compiles fine, however, due to no Perhaps an option to specify a language for the stemmer on index
Most use cases should operate on a single language. |
@OSHistory Could you please open another issue for supporting other languages as an option? This way it won't get lost that easily. |
@vmx sure i was thinking the same thing while writing... |
Disclaimer: I didn't read the documentation :-)
I searched for:
and got results:
Was expecting only results with "Geo*" in the name, like "George".
The text was updated successfully, but these errors were encountered: