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