Open ThomasKientz opened 3 years ago
I have created a simple index with
searchIndex = new Index({ language: 'fr', tokenize: 'forward', charset: 'latin:balance', })
When searching for "foo" I don't get any results for "foobar". If I disable charset option, I do get results. Am I missing something ?
charset
Thanks.
I have created a simple index with
When searching for "foo" I don't get any results for "foobar". If I disable
charset
option, I do get results. Am I missing something ?Thanks.