We use the extra "Version" field. I tried to search for version:">4021". But I also got 4021 itself, like if I did version:">=4021". Is there a bug in here? We still use version 7.3.1.
|
2
|
The version field is a text field so the comparisons end up being string comparisons, not number comparisons. Also, it looks like the equivalent of a substring search is done on this field. For example, try searching for |
|||||||||
|