Kishore Nallan
Kishore Nallan
This feature is available in `0.26.0.rc56`. Usage: ``` { "name":"docs", "fields":[ { "name":"title", "type":"string", "stem":true } ] } ``` The title field will now be stemmed before it is indexed...
The `locale` property of the field is used for language selection. I will also update the snippet above with this information.
I just tried those steps but I'm not able to reproduce the issue. Can you please provide a code snippet or a set of curl statements that I can run...
Can you please double check that you're using `v0.25.0`?
We don't have a way to do this, but we probably should support a `genre:! [Action]` syntax (without the `=`).
Yes, we don't support this yet. I've marked this issue as a feature request.
Yes, we will be taking this up for implementation in the next couple of weeks.
This is available in recent 0.26 RC builds. Usage: ``` "filter_by": "artist:! Jackson" ``` This does a `not contains` operation.
We don't support the NOT operator on complex filters yet.
@bastijns-jeroen It turns out that we already only store a query into the suggestions collection if it produces hits. Queries that didn't match any documents are ignored.