Hi all, we're building a prototype for a big customer who probably wants to use TypeSense as their new search engine instead of Elastic search. We are currently running into one issue. The Dutch ('nl') stemmer doesn't seem to work properly when searching. When I'm searching on 'handschoenen' (= gloves plural in Dutch), the engine is not returning 'handschoen' (glove singular in Dutch). The other way around everything is working fine. I've setup the field like this:
{
"name": "product_description",
"type": "string",
"optional": true,
"locale": "nl",
"stem": true
}
Am I doing something wrong? Hope you can help me and we can advice this customer to use Typesense.