I am using the 'Data from Field' on the 'All Walk Settings' page to find an img src tag on the page being indexed and display that img src tag in the Description field of the search result, so that the user will see an image under each search result.
My find/replace works, but the greater than/less than signs in the search results are being escaped to > and < , so the user will see the text of the img src tag instead of the image.
Is there a way to tell the Appliance to either (1) display particular characters without escaping them, or (2) turn off escaping altogether in the search results?
My find/replace works, but the greater than/less than signs in the search results are being escaped to > and < , so the user will see the text of the img src tag instead of the image.
Is there a way to tell the Appliance to either (1) display particular characters without escaping them, or (2) turn off escaping altogether in the search results?