View Single Post
Old 03-31-2004, 11:50 PM   #2
synnalagma
Green Mole
 
Join Date: Mar 2004
Posts: 22
There's an option to limit the search to specific path. You must set a field name 'site' wich has to match an id of PHPdig site indexing.

Say you have indexed
www.mysite.com/texts/ id==1
www.mysite.com/exemple/ id==2
etc.

If you only want to search in texts define site=1

Check your database to see id's.

Another solution is to write a php script wich look throught the results array and keep only valid entries. Note that can have best results with less than 100 rank.

Hope that was clear (I don't have very fluent english)
synnalagma is offline   Reply With Quote