Looking at this issue: <https://github.com/typesen...
# community-help
j
Looking at this issue: https://github.com/typesense/typesense/pull/2279 We have an index with a field with
stem:true
. The index contains a document containing the text "gipsskrue". When we srearch for "gipsskruer" (plural form of that word) we don't get any hits. Can we expect that this is fixed in the above pull request?
And locale is set correct to
da
k
That PR is already part of v29 release
I think what is happening here is that you are querying multiple fields some of which are stemmed and some aren't. Is this correct?
j
No, it is the same if I only query the one field containing the value. But we are on 28, so I am just interested in learning whether the PR fixes the issue, because then we "just" need to upgrade😄
k
Then upgrading should work. It's easier to just upgrade and check 🙂 In any case I recommend staying on latest GA always.
j
Yeah, there were some synonym issues in 29 that we needed 30 in order not to meddle with our clients results
👍 1