Forum Discussion
Hi sgyani,
Let's assume that your board id is "board123".
Right now, your search query looks like this:
<#assign rest_query = "/search/messages?openresponse=true&sort_by=-topicPostDate&page_size=" + results_list_size />
This uses the "CommunitySearchContext" to search. To use a "NodeSearchContext", you could do something like this (assuming board id "board123"):
<#assign rest_query = "/boards/id/board123/search/messages?openresponse=true&sort_by=-topicPostDate&page_size=" + results_list_size />
Hi Adam
Thanks for that. I created the board specific custom component per your last message. But now I don't know how to add this custom component to the corresponding board only. When I try to do so in Studio, it ends up being a universal implementation based on the selected Page Type.
I logged in as Admin, went to the specific board, and selected Board Admin option. But from there, I do not have the ability to apply this custom component specifically to this board. Do you have any tips for this?
Related Content
- 4 years ago
- 8 months ago
- 13 years agoInactive User
- 3 years ago