florisschreuder

Results 6 comments of florisschreuder

Hi @vvuksan , Thanks for the quick response! Hmm, I wonder what the hell caused it. As mentioned, it all started with an 'attack' by a bad-actor trying to SQL...

I second this proposal, in Dutch we have mostly the same issue with compounded words. I'd suggest putting it inside the 'frame' of the configuration for the Thesaurus. For a...

Hey @amenk , I added these in a custom module: elasticsuite_indices.xml ```xml 1 1 1 0 ngram 1 1 1 0 ngram ``` elasticsuite_analysis.xml ```xml 4 15 ``` Plugin/Smile/ElasticsuiteCore/Search/Request/Query/Fulltext/QueryBuilder.php ```php

@romainruaud note I don't suggest this as a really good solution for everyone. nGrams can really easily have false positives - for example, my customer got pillows in their search...

Hi @amenk , Loading in a dictionary seems theoretically the best option. However, there are some large concerns on the technical side - mostly that you don't want to send...

> Okay, thanks. I think/hope the dictionary only would needed to be send once, when configuring the analyzer. It also takes a word-list-path: > > ``` > "word_list_path": "analysis/example_word_list.txt", >...