Hello,
I am trying to search for words containing the > character, like Test>.
But putting into the containing text field Test> gives every result where test is contained, like
- Test?
- Test>
- Test
- Test"
- test=
Options are boolean. Is > a special character? I also tried to escape it with \ or put it into doublequotes like ", but double quotes gives the same results and escaping it gives none.
Any solution for that?