Page 1 of 1

pae not comin gup in search

Posted: Fri Apr 26, 2002 11:24 am
by anixyz
One of our pages is indexed by search engine but not coming up in the search results. the word we are searching is present in Title, Meta and Body fields of the page in the data base. What could be possibly wrong here

Thanks in advance

pae not comin gup in search

Posted: Fri Apr 26, 2002 11:58 am
by mark
Is the search index up to date? (gw -index)

Find out what's stored in the database for that page:

gw -s "select * from html where Url='www.yoursite.com/thepage.html'" | more

pae not comin gup in search

Posted: Fri Apr 26, 2002 12:29 pm
by anixyz
Yes, the site is indexed everyday and the database has all the data (title, meta and body)of the 'page' in the html table. The page is not coming for any of the words present on that page.

pae not comin gup in search

Posted: Fri Apr 26, 2002 12:49 pm
by mark
What's the word (it's not noise like "the" or something is it)? Have you used any -k options (if so what)? Can you give the url for your search?

pae not comin gup in search

Posted: Fri Apr 26, 2002 12:59 pm
by anixyz
I am searching for "sales order desk" .The page is from our intranet site. The search displays many other pages except for the intended one which has "sales order desk" in its Title, Meta and Body in the html table.

The Url of the search is:
http://www.infores.com/search/texis.exe ... order+desk

pae not comin gup in search

Posted: Fri Apr 26, 2002 4:57 pm
by mark
hmmm, I guess I'll need to see the output of
gw -s "select * from html where Url='www.yoursite.com/thepage.html'"

Also, I see you've customized the search script. Is it possible that something you did is suppressing the hit for that page? Try the default search script to see if it shows up that way.