We are using the Search Form component on most of our nodes in our environment, but for some reason all of them are stuck using a community-level scope (searching the entire website) rather than limiting the scope to the category, board or group hub on which it resides, as expected her the documentation. I've also tried explicitly setting the defaultToCommunity parameter to false as shown below, but still get search results from the entire website on said nodes. <add to="search-bar">
<component id="common.widget.search-form" defaultToCommunity="false" hideGranularity="true"/>
</add> Anybody experience this before and know what I should do? Because currently the search functionality on our nodes is pretty useless without a functional scope. Edit: Community version is 20.11-release r2012100721 and search feature version is 3.3.
... View more