I use Search Method 2. The results are case-sensitive...
How can I find "AAA" by typing "aaa" ?
Thanks.
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| Case-sensitive (Match Case) Searching |
| |||
|
Has somebody solved this problem? Very necessary.
|
| |||
|
Hello! I found that searching returns results non case-sensitive for tags area. But it still case-sensitive for content area. Help I would like searching "Word" by typing "word", and "word" by typing "Word". |
| |||
|
Any ideas?
|
| |||
|
I just checked my own site, and the search is complete case-insensitive. Maybe that was changed somewhere between 9.7 and 9.9?
|
| The Following User Says Thank You to ShanePike For This Useful Post: | ||
| |||
| Quote:
Where should I search the difference, what should I fix? |
| |||
| Quote:
In libs/search.php, I added this code on line 119: Code: echo 'SQL [' . $this->sql . ']'; |
| |||
|
libs/search.php: Code: if($this->searchTerm == ""){
// like when on the index or upcoming pages.
$this->sql = "SELECT link_id $from_where $search_clause $this->orderBy LIMIT $this->offset,$this->pagesize";
}else{
$this->sql = "SELECT link_id, link_date, link_published_date $from_where $search_clause ";
}
echo 'SQL [' . $this->sql . ']';
$this->countsql = "SELECT count(*) $from_where $search_clause";
return;
SQL [SELECT link_id, link_date, link_published_date FROM pligg_links WHERE link_status!='discard' AND (link_url LIKE '%нарвские%' OR link_url_title LIKE '%нарвские%' OR link_title LIKE '%нарвские%' OR link_content LIKE '%нарвские%' OR link_tags LIKE '%нарвские%' ) ] by typing нарвские MySQL or Pligg? |
| |||
| Quote:
I'm not sure at all how you change that (or even if you can change it), but that link should be a good starting point for learning more. |
| The Following User Says Thank You to ShanePike For This Useful Post: | ||
![]() |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [MOD] File Upload Module (v0.1) -- Looking for testers | cent | Modification Tutorials | 54 | 06-11-2008 10:34 AM |
| [MOD] File Upload Module for 9.8.2 Is here for download :) | Redux | Modification Tutorials | 7 | 01-27-2008 08:21 AM |
| No pagination for stories in profile | kbeeveer46 | Bug Report | 0 | 08-07-2006 01:22 AM |





Linear Mode

