I have an archive of reviews and i want to search them filltering by vote.
The string used in reviews is:
Voto (da 1 a 4): ?
Where ? can be 1, 2, 3 or 4. I use search for content, operator phrase, comparison exact.
I am able to obtain all reviews with 2 or 3 but no one with 1 or 4.
I am sure they exist because i found some of them by hand.
Is this a bug or i am ignoring something?
Just came to my mind that the wildcard search is an exact string search. Therefore a wildcard like Voto (da 1 a 4): 4 should work but this is of course slower.