Search and Promote autocomplete feature with collections | Community
Skip to main content
kishore_polsani
Level 4
May 21, 2020
Solved

Search and Promote autocomplete feature with collections

  • May 21, 2020
  • 1 reply
  • 3052 views

Hi,

I am trying to fetch auto complete results from search and promote using below URL. But this is searching entire S&P account. Do we have any query parameter like sp_k to get auto complete results from specific collection?

 

https://content.atomz.com/autocomplete/sp**/**/**/**?query=test%2C&beginning=1&max_results=10

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Ravi_Pampana

Hi 

 

I don't see anything for auto complete to restrict within collections as Search and Promote only storing the list words while doing index based on the fields we asked to index. 

 

And in the response it is returning only the words and I think filtering is not possible

 

acObj.generateRequest = function(q) {return "?query=" + q + "&max_results=" + acObj.maxResultsDisplayed + "&beginning=1";};

 You can check below link to see which has details of customizing auto-complete results.

 

https://yui.github.io/yui2/docs/yui_2.9.0_full/autocomplete/

 

Hope this helps !

1 reply

Ravi_Pampana
Community Advisor
Ravi_PampanaCommunity AdvisorAccepted solution
Community Advisor
May 21, 2020

Hi 

 

I don't see anything for auto complete to restrict within collections as Search and Promote only storing the list words while doing index based on the fields we asked to index. 

 

And in the response it is returning only the words and I think filtering is not possible

 

acObj.generateRequest = function(q) {return "?query=" + q + "&max_results=" + acObj.maxResultsDisplayed + "&beginning=1";};

 You can check below link to see which has details of customizing auto-complete results.

 

https://yui.github.io/yui2/docs/yui_2.9.0_full/autocomplete/

 

Hope this helps !