Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Search terms how to replace space with + in between two keywords

Quote Reply
Search terms how to replace space with + in between two keywords
Hi,

I would like to replace space between two keywords with + in search logger "Term" which is stored in the database.

Example: search.cgi?query=widget1%20widget2

Replace with
search.cgi?query=widget1+widget2

The term widget1+widget2 should be stored in the database instead of "widget1 widget2"

How should I accomplish this.

Any help would be appreciated.

Thanks.