I am trying to set up a customised autocompletion suggestion through csv. It looks like it works from finding text from left to right. That doesnt suit our needs. I want any word in a multi word key(first column of the auto-completion.csv) to trigger that suggestion. Is there a way to achieve this in Funnelback?
Add multiple lines into csv for all the variation of the trigger term you would like e.g.
‘business school’,…
‘school business’,…
Switch from using the auto-completion program (suggestion.json) to the main search program (search.html)
Using the main search program will allow much more complex matching see our KB article in regards to this Redirect Notice