I have a multiple blog scenario.
For example, I have one blog dedicated to football and another blog dedicated to basketball, within the same hubspot account. Now, I want to implement a search module inside each of these blog’s listing pages, such that, the search module’s scope is limited to searching within their respective blog only. So, when someone uses the search field inside the football blog, it should only show results from the football blog. Similar case for the search field in basketball blog.
Is this possible in the hubspot’s default search module by using the blog’s unique ids ?
Hey @sandipan_saha
Check out the Optional Filter Parameters here.
Depending on your set up I’d bet “&domain=”, “&groupId=”, or “&pathPrefix=” would do the trick!
Hi @Kevin-C
Thanks for the reply. Will certainly try this approach. Thanks !