Forum Discussion

bhawanar's avatar
bhawanar
Contributor
9 years ago

How to modify search page code?

We want to add sequence order to each search result on our community site. In Studio, there is a 'search-encapsulation' component inside 'search page' layout but wondering where can we find code for it to modify? Also, is there a way to get sequence order of search result in API response?

  • bhawanar - There is no option to edit the code on the search page. Is the requirement only to add the sequence numbers to the search results, like 1,2,3...10? This can be done by using some jQuery code on page render.

     

    I hope this helps.