Hi,
I been testing the searches on my project and noticed a possible bug. When I do a search on text field using the equals option, the SQL that gets sent does an upper() on the field, but doesn't do it on the text I've entered, so you don't get a non - case sensitive search, you have to type your text in capitals to get a match.
However, on an advanced search, doing exactly the same thing, it looks like an upper is performed on both, giving you a search which is non case sensitive.
I'm currently using phprunner 4.2 so I'll give v5 a go, has anyone else got this problem though?