Hey,
is it possible to define a spacekey for the decorator macro #quickSearch()? I have found nothing. My current solution works, but I'm still trying to optimize.
Thank you
The #quickSearch macro just calls the #customQuickSearch macro like this:
#customQuickSearch("" true true [])
The syntax of the #customQuickSearch is:
#customQuickSearch($prefix $accessKey $quickNavEnabled $searchOptions)
Prefix is just the prefix of the id of the html form. You should be able to pass the space key in the searchOptions:
#customQuickSearch("your-search-id-" true true [{"name":"where", "value":"$yourSpaceKey"}])
Hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.