|
12-08-2003, 04:00 AM | #1 |
Orange Mole
Join Date: Nov 2003
Posts: 69
|
Points, underscores, ampersands and slashes
The PhpDig indexer (I'm using 1.6.5 now) considers words as composed of letters, digits, points, hyphens, underscores, ampersands and slashes.
But when it comes to searching, points, underscores, ampersands and slashes all of a sudden become word separators. So when a page contains "xxx_yy", this 6-letter-word gets stored as keyword, but when I try to search for "xxx_yy", the search will be for "xxx" and "yy" is ignored as being too short. I can still find the page by searching for "xxx" with "words begin", but not for "xxx_yy" with "exact match". Why? (Words with hyphens index and search OK.) (The documentation states, in "3.2": Words with underscores are included as well...)
__________________
René Haentjens, Ghent University |
12-08-2003, 02:00 PM | #2 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Hi. In search_function.php of PhpDig 1.6.5 just add in those characters that you want to allow into the following line:
PHP Code:
PHP Code:
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
phpdig add some underscores to URLs | cjones | Troubleshooting | 10 | 12-13-2004 07:45 PM |
regex for trailing slashes? | leonardburton | Coding & Tutorials | 1 | 12-03-2004 04:06 AM |