function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sdharsdhar 

Encoded String doesnt display correctly in Knowledge Search box

Im trying to fine tune the search results by defaulting some details from Case based on below suggestion

 

http://success.salesforce.com/ideaView?id=087300000007fBL

 

Im assigning a value to search attribute which can have "ampersand" and "spaces".

I have encoded the URL using encodingutil.urlencode function. I get correct results but the search text displayed is in encoded format

For example: If I pass Head & Shoulders, it is showing it as "Head+%26+Shoulders".

 

Since this is a standard page Im not sure how I can decode the value.

Any help is appreciated.

 

Thanks

Swapna