I have a query about recommendation section of search results. Can we configure two curated results to have two different details to be shown in a response to a single query (using search.html / search.json ). What I need is that there is a trigger in each has an over lap and they both are matched e.g ‘loan’ is the user’s search query.
And two curated results match the query as trigger has an OR matching configured. So does the result have both in the “recommendations”: {…}, section of the json response OR the recommendation sections is limited to ONE results only.
Can you share an example of any public site that I can see.
Cheers
You can specify multiple curator rules that match the same trigger term.
Curator rules appear within the response.curator section of the data model for search.json
Re. the recommendations element - are you sure you are seeing this in your search.json output. I’m only aware of a recommendations element in the recommender API return and this is completely separate from your search results.