I created one that works great, but it doesn’t work for two or more words.
I need to be able to include an underscore in between the words.
IE. I search for “Bouncing Souls” I need it to become “Bouncing_Souls”
Is it possible to add that kind of code to a .src file?
Thanks.
sorry for the bump, I’m not sure if I was clear enough in my first post.
Basically the search url is something like this:
mysite/search:keyword (where “keyword” is what I searched for)
If I search two words on the site I get
mysite/search:keyword_word2 (where “keyword word2” is what I searched)
My plugin needs to be able to add the underscore in between the words. 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?
Thanks