Trying to get FAQ search to work like it used to in BC. I am tried adding -
{% component source: "FAQ Group", layout: "List", sortBy: "name", isSearchResult: "true", type: "module"%}
But nothing displays. Any ideas what needs to be done to get these to display?
@SiroccoDigital you probably want FAQ Question
instead of FAQ Group
for the ‘source’.
FAQs uses as nested module structure so there is actually 2 different modules involved.
@Adam.Wilson this works -
{% component source: "FAQ Question", layout: "List", sortBy: "name", type: "site_search", isSearchResult: "true", type: "module"%}
Cool. Although you shouldn’t need the type: "site_search"
(depending on how your search form is set up).