View Single Post
  #25  
Old 07-06-2005, 04:38 PM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default

Quote:
Originally Posted by bluecat
Thanks for the follow up on this, that worked; however, it only searches the first word that's entered for me. i.e. 1&2&3 only searches 1

This is untested, but as far as I can tell, you simply separate search words with spaces so searching for "1 2 3" would look like:

Code:
...auto_search.php?q=1%202%203

...or more clearly, searching for "firstword secondword thirdword":

Code:
...auto_search.php?q=firstword%20secondword%20thirdword

Again, this is just a guess.
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote