View Single Post
Old 11-18-2003, 12:59 PM   #1
jedi_diah
Green Mole
 
Join Date: Nov 2003
Posts: 1
Post $refine $refine_url $site

There seems to be a lack of information on the descriptions of $refine, $refine_url, and $site. I have found that if I wish to limit the search to only one spidered site then I can use the $site variable. The $site variable corresponds to the site_id field in the site table. By putting two hidden fields in the search form called site and refine, then setting site equal to the site_id number and refine equal to "1", I can search a specific site.

<input type="hidden" name="site" value="5">
<input type="hidden" name="refine" value="1">

If anyone has further information on any of these comments and questions please respond to this thread.

Last edited by jedi_diah; 11-18-2003 at 01:19 PM.
jedi_diah is offline   Reply With Quote