Unable to search with more than 8 "OR"
I have an issue from a customer where if they make a query (in any field) with more than 8 "OR" internet explorer re-load the view.
Example of query with more than 8 "OR":
"1 or 2 or 3 or 4 or 5 or 6 or 7 or 8 or 9" if they put this in a field and query, Internet Explorer re-load the view.
However the below works fine:
"1 or 2 or 3 or 4 or 5 or 6 or 7 or 8 ".
The above is the behavior in Production.
In Dev, querrying with
"1 or 2 or 3 or 4 or 5 or 6 or 7 or 8 or 9"
works fine without any issue.
Has anyone seen this behavior?
Is there any setting (server parameter or other) that controls this behavior?