Search analyzer configuration options
Kostas Botsas
Provide analyzer configuration options to manipulate the search query tokens.
For example, a configurable stop token filter (https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-stop-tokenfilter.html) can remove tokens ["why" "is" "the" "in"] so that the search text "Why is the sun in the sky" effectively produces tokens ["sun", "sky"] only.
Kostas Botsas
Include advanced options such as ngram which would cover special characters that are typically dropped by standard analyzers / tokenizers such as ampersand.
Gustavo
I've written a suggestion for JS-populated columns in https://feedback.xata.io/feature-requests/p/generated-columns and it could be used to have GPT normalize and remove stop words from the original text. GPT is pretty good at that kind of task and works for all languages that it understands.