I'm trying to add a quicksearch to a Themebuilder page and the quicksearch returns results from all spaces. I just want the results from the current space. Is that possible? I'm following this page and using Storage Format:
https://docs.adaptavist.com/tb4c/latest/macros/themebuilder-panels/panel-menu
Both blocks below returns results from all spaces.
<ac:macro ac:name="panel-menu">
<ac:parameter ac:name="menutype">aui-quicksearch</ac:parameter>
</ac:macro>
<ac:macro ac:name="panel-menu">
<ac:parameter ac:name="menutype">aui-quicksearch</ac:parameter>
<ac:parameter ac:name="spacesearch">true</ac:parameter>
<ac:parameter ac:name="spacekey">MySpaceKey</ac:parameter>
</ac:macro>
I went with another search instead of quicksearch.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.