Hello!
I'm trying to convert the product search into content search.
So far I've created the content index, query and setup a paragraph on the existing Swift search page with a Query publisher module, which returns:
http://enterprise-europe.swift.espresso4.dk/Default.aspx?ID=1558&redirect=false&eq=test
However when searching in Swift frontend we get the "feed=true" parameter, which doesn't go with the Query publisher module:
http://enterprise-europe.swift.espresso4.dk/Default.aspx?ID=1558&feed=true&redirect=false&eq=test
The parameter is hardcoded in typeahead.js:
I can of course remove this code, but I don't think this is itensionally, also I don't know how to compile the javascript in Swift. Can we somehow manipulate it otherwise?
BR
Martin