|
01-19-2004, 07:40 AM | #1 |
Purple Mole
Join Date: Jan 2004
Posts: 694
|
How To Index One-Character Words
I just started using phpDig last night. Looks like I've finally found a decent website search engine that I can live with!
I'm wondering though how I can set it up so that even single character words are indexed. I found the following statement in the config.php file, which I think would govern that. Code:
define('SMALL_WORDS_SIZE',2); |
01-19-2004, 08:08 AM | #2 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Hi. Not tested, but perhaps try the following.
Comment out the following line in the phpdigEpureText function located in the phpdig_functions.php file: 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. |
01-19-2004, 12:08 PM | #3 |
Purple Mole
Join Date: Jan 2004
Posts: 694
|
Worked like a charm! Thanks very much for your help.
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Index only XXX character... | PL_90 | How-to Forum | 0 | 10-05-2007 12:28 PM |
Plus character(+) converted to (%20) in urls | raymerica | Troubleshooting | 2 | 05-31-2006 01:19 PM |
Is this a character encoding problem ? | casimiro | Troubleshooting | 0 | 12-22-2005 08:39 AM |
index all words | Dreamory | How-to Forum | 0 | 10-22-2004 06:34 AM |
Cyrillic character in the URL !? | wertas | Troubleshooting | 1 | 02-16-2004 02:09 PM |