Basically, the search url is something like this:
mysite.com/search:keyword (where "keyword" is what I searched for)
If I search two words on the site I get:
mysite/search:word1_word2 (where "word1 word2" is what I searched)
My search plugin works fine for searching one word, but when I search "word1 word2" using my plugin I get:
mysite/search:word1+word2
(which doesn't work)
My plugin needs to be able to add an underscore in between the words instead of the "+". I basically just need to know if it's possible to create that kind of code in a .src file.
Also, is there another place I could be posting? This seemed to be the most logical place...
Thanks
Aqua-Soft Forums