Is the equal filter implicitely matching substrings?

Hi!

The matching will always depend on how your field is tokenized:

by default the tokenization is word, meaning that you field will become a list of the tokens:

2023
10
29
freud
dai
propri
fantasmi
alle
verita
oggettive

I imagine you will want the field tokenization, so the entire content will become one token, and you can use it as a reference for filtering.

Let me know if this helps :slight_smile:

1 Like