04-24-2009, 5:05 AM
|
MerlinXL
Joined on 04-24-2009
Posts 4
|
Appending keyword search to URL where keyword contains spaces
|
 
 
|
|
|
In our application we'd like to include specific keyword search URLs from ceratin actions.
Search works fine where keyword does not contain a space (or presumably other special characters like %, & etc.), but fails if it does (e.g. ../index.html?search=Point Of View).
Replacing spaces with "%20" does not help, as this string is treated as a literal and is not matched either.
Any ideas how to format the keyword component of the URL so it works in this case?
Thanks
MerlinXL
|
|
|
|
|
Report
|
|
|
|