That didn't quite work either. I did a little research, and MySQL searches are case insensitive by default. This should work without modification.
I have limited coding skills, but I think there's something else. For example, I can delete lines 66 through 72 on mysql.php without issue or change to ...
Search found 4 matches
- Mon Oct 18, 2010 4:59 pm
- Forum: General discussions
- Topic: Searching is case sensitive?
- Replies: 7
- Views: 5341
- Fri Oct 15, 2010 7:35 pm
- Forum: General discussions
- Topic: Searching is case sensitive?
- Replies: 7
- Views: 5341
Re: Searching is case sensitive?
Hmmm. Didn't work for me. It actually seemed to have no effect. I still have the same result effect as the situation above.
Here's the code from my Mysql.php file - the line for me is actually on Line 71 instead of 75, but I think that's where you wanted it:
<?php
/**
* phpMyFAQ MySQL (ext/mysql ...
Here's the code from my Mysql.php file - the line for me is actually on Line 71 instead of 75, but I think that's where you wanted it:
<?php
/**
* phpMyFAQ MySQL (ext/mysql ...
- Fri Oct 15, 2010 2:46 pm
- Forum: General discussions
- Topic: Searching is case sensitive?
- Replies: 7
- Views: 5341
Re: Searching is case sensitive?
Ah, sorry, that would be important.
Running on
Windows XP
Apache 2.2.16
PHP 5.3.3
MySQL 5.1.51-Community
EDIT: using phpMyFAQ 2.6.9
All default install setups on a single host.
Running on
Windows XP
Apache 2.2.16
PHP 5.3.3
MySQL 5.1.51-Community
EDIT: using phpMyFAQ 2.6.9
All default install setups on a single host.
- Fri Oct 15, 2010 2:17 pm
- Forum: General discussions
- Topic: Searching is case sensitive?
- Replies: 7
- Views: 5341
Searching is case sensitive?
Hi! Let me start by saying that this is a great app! Kudos to the Team!
Question though - currently when running searches, we're getting inconsistent results with case sensitivity. For example, we search "adobe" or "Adobe" in one article and it works fine - all instances of Adobe are highlighted ...
Question though - currently when running searches, we're getting inconsistent results with case sensitivity. For example, we search "adobe" or "Adobe" in one article and it works fine - all instances of Adobe are highlighted ...