View Single Post
  #26  
Old 07-12-2005, 07:54 PM
 
bluecat bluecat is offline
 

X-Adept
  
Join Date: Nov 2002
Posts: 674
 

Default

Quote:
Originally Posted by cherie
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.

That worked perfectly. Thank you VERY MUCH!!
__________________
--------------------
X-Cart Gold 4.1.11
Linux/Apache
--------------------
Reply With Quote