|
05-03-2005, 12:32 AM | #1 |
Green Mole
Join Date: Feb 2005
Posts: 4
|
Unable to return consistent search results
Hello -
Can you please assist me solve the following problem? My MySQL *keywords* table includes the following individual words (for one indexed web page): 429900000000,110110000000,110110000000.000,110110000000.0002. When searched individually, the proper result appears. When searched using the *all words* option, no result appears, only the question: No results. Did you mean 110110000000 110110000000 00000 00000? Thanking you in advance for your assistance. |
05-03-2005, 12:12 PM | #2 |
Head Mole
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. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Spider & Search the Mirror, return results for Live | stabilo | How-to Forum | 0 | 12-01-2005 07:27 AM |
return statement question | JonnyNoog | How-to Forum | 2 | 10-05-2005 06:35 PM |
Restricting search results by URL at the search form level | innerfire | How-to Forum | 3 | 08-01-2005 09:36 AM |
Pulling search results into existing search system. | satcom | How-to Forum | 2 | 05-03-2005 11:58 AM |
No most searched terms, biggest results, most 0 results, last search queries, etc. | jongag1 | How-to Forum | 6 | 04-22-2005 11:43 AM |