PDA

View Full Version : Not recognizing Partnumbers as keywords


GunMuse
04-21-2005, 11:01 PM
789460A is what I am searching for.

The pages I would expect to find are,
http://www.e-gunparts.com/products.asp?chrMasterModel=076Zz505&MC=

or better yet and higher ranked would be the actual part page.

http://www.e-gunparts.com/product.asp?chrProductSKU=789460A&MC=

Is Phpdig skipping over number groups as bs keywords?
Is there a place to change it if it is?

I am setting my crawl to 20 levels and 200 links per page on this sites crawl. With over a billion parts not being able to find it by part number would be silly.

Charter
04-22-2005, 08:59 AM
Try the following queries and see if 789460A is in the table:

SELECT * FROM keywords WHERE keyword = '789460A';
SELECT * FROM keywords WHERE keyword LIKE '789%';

GunMuse
04-22-2005, 09:08 AM
Yeah its in the table and the result is now showing only The page that has ITEM#789460A in the title and actually has the part on it is not ranking higher than the two pages which can send you to the page. How do I tweak the alogrythm to give Title more power.

GunMuse
04-22-2005, 09:09 AM
and/or give the keyword being in the URL more power since its in there as well.

Charter
04-22-2005, 09:44 AM
http://www.phpdig.net/forum/showthread.php?t=1857

GunMuse
04-22-2005, 01:06 PM
Ok Now get this If I search for "Ithaca Model 485" http://www.gunmuse.com/More/Ithaca+Model+485 I get great results

If I search for Ithaca http://www.gunmuse.com/More/Ithaca I get nothing how is that possible?

Charter
05-03-2005, 09:56 AM
I'm not sure why that is. It would seem that if you search for "Ithaca Model 485" and get results, then "Ithaca" would also produce results. Perhaps knowing more about your setup might help. :confused: