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.
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.