Search a section from the guide home page
回答済みI've been trying to find a solid answer for this. Is there a way to have the search box on the guide home page search a specific section? I see that this can be done with the API, but is there a way using curlybar parameters or other method?
I'd like to have the user select a section to search first, then search just that section.
-
Hi Damon, 👋
Partially. With Curlybars you can scope it. That means it will search in the current category or section. See these docs.If that's not enough you could advance it further by adding an eventlistener on the search submit event. Once you've intercepted that event add something like this
category=360001987012
or thissection=360001987010
to the url (don't forget to use the category/section ID you need) and redirect.
サインインしてコメントを残してください。
1 コメント