View Single Post
Old 05-03-2005, 11:12 AM   #2
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Is "429900000000,110110000000,110110000000.000,110110000000.0002" one word, or is it four words? When you say "all words" do you mean that you are using the AND operator? If your string is four words and you are using the AND operator, PhpDig is looking for all fours words in the same page, so unless all for words are in the same page, PhpDig finds nothing. From the config file...
Code:
// start is AND OPERATOR, exact is EXACT PHRASE, and any is OR OPERATOR
define('SEARCH_DEFAULT_MODE','start');  // default search mode (start|exact|any)
// in language pack make the appropriate changes to 'w_begin', 'w_whole', and 'w_part'
// 'w_begin' => 'and operator', 'w_whole' => 'exact phrase', 'w_part' => 'or operator'
__________________
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.
Charter is offline   Reply With Quote