PDA

View Full Version : search results are in the wrong order


wptechno
07-13-2005, 08:40 PM
running 1.8.7

I've been trying to optimize my pages with relevent titles and content but When I do a search on my site for something like "oulook xp" other less relavent results come up before it. A result with the actual keyword in it comes to 77.46 %. while other less relavent searches come to 100%

test it here: http://eworldportal.com

I'll even look up something like "xp" and nothing will come up at all even though I have a page setup specifically for xp's outlook located here:
http://eworldportal.com/website/products/help/faq/email/pc/outlookxp/xp.htm

I've tried all the settings...any, exact etc.

Let me know what you suggest I do for this scenario and others.

Thank you
Ben

wptechno
07-17-2005, 12:07 PM
is anybody there?

Charter
07-18-2005, 04:45 PM
What is SMALL_WORDS_SIZE set to in the config file?

Dave A
07-20-2005, 12:14 PM
Check your config file to see what the minimum word size is set to:
define('SMALL_WORDS_SIZE',2); //words to not index - must be 2 or more
define('MAX_WORDS_SIZE',30); //max word size

This part of your config file smay be set to something different.

wptechno
07-21-2005, 07:34 PM
they're set to this in my config file:
define('SMALL_WORDS_SIZE',2); //words to not index - must be 2 or more
define('MAX_WORDS_SIZE',30); //max word size

wptechno
07-25-2005, 07:15 PM
I know it's not that big of a deal, but I'd like to just be able to manipulate my search results a lot better.

Dave A
07-25-2005, 07:53 PM
Hi I have just been to your website and tried a search for smtp.yourisp the result is from quite deep inside your website http://eworldportal.com/search/search.php?refine=1&query_string=smtp.yourisp&site=4&path=website%2Fproducts%2Fhelp%2Ffaq%2Femail%2Fpc%2Foutlookxp%2F&limite=10&option=any
So it looks like the spidering is going deep enough to find the results and I would expect that it may be caused by the length of the words "xp" perhaps changing the values in your config.php file down to minimum of 1
Perhaps define('SMALL_WORDS_SIZE',1); may well help it find the results, it may be worth a try?

Dave A
07-25-2005, 08:01 PM
The error message that comes back when I do a search for "xp" is
"xp", is too short a word and was ignored.
So it may well be to do with the length of the word settings!

I Hope this helps

wptechno
07-26-2005, 08:06 PM
thank you so much for your help. I set that to 1 digit and I'm still getting un-relelvant results like results with the word "expiration" as promenent over windows xp no matter how exact the search is.