Hi Team,
We are using jquery search and autocomplete plugin where search plugin configuration is as follows:
$("#st-search-page-input").swiftypeSearch({
engineKey: "******",
renderFunction: customRenderFunction,
fetchFields: {page: ['title','body','category','url','segment']},
resultContainingElement: "#st-results-container",
filters: readFilters,
highlightFields: {'page': {'body': {'fallback': true}}}
});
But when we are searching for words with special characters like hyphen(-) or dot(.) in the search box the JSONP call returns highlighted content undefined.
Here is the example JSONP call:
Please suggest.
Thank you,