This topic is locked

Case insensitive in search suggests in ver 5.1

5/10/2012 5:44:55 PM
PHPRunner General questions
D
Dale author

I am just taking a quick shot in the dark here as I know this is a very old version to be asking about.

here's hoping its a quick simple answer.
All my Ajax search suggest are case sensitive and I have tried scouring the code to see if I could find some place to change it to be not case sensitive. ( I know it is a simple switch in the newer versions)
Alas, I have had no luck.

Any chance someone can point me to an old post or have the answer, it is driving all my clients a bit crazy with some of my older applications.
Thankyou in advance.

Hi to Sergey and the team, I havent been around for a bit, just starting to get back into it again.

D
Dale author 5/14/2012

Any help??
It will most likely take over a couple of weeks of work to upgrade this application to the newer version due all the customization.
I have spent hours looking through older posts but have found nothing to help. It seems a shame to go through all the upgrade work when a possible 1 line code mod might do the trick.
Really really appreciate any sugestions or pointers to a helful post.

Sergey Kornilov admin 5/14/2012

Dale,
you need to use Firebug or Developers tools in Chrome to find which file PHPRunner calls while retrieving search suggestions. This can be seen in Firebug under Network tab.
Once you have figured the right file PHP for your version of PHPRunner you can see what SQL queries are in there and make them case-insensitive.

D
Dale author 5/15/2012

Thanks Sergey for giving me a direction,

I was avoiding this as I thought it might be some remark or unremark code involved, a quickie thing.

Again thanks for your pointer.