Have worked with this many times, but not really noticed this before
Seems the index query is case sensitive?
I have a parameter of type text, where i search through the index for pages matching the parameter value.
If the parameter value is eg. = "mypagetitle" and the page title is "MYPAGETITLE" with uppercase, I donĀ“t get a result. Meaning i have to write the lettercase exactly as the pagetitle, to get a result.
Is there a way to set the query to ignore letter case/ make it not casesensitive?
/Hans