I am currently working on Weblink Search.aspx page and I'm looking to change how the search command is constructed with quick search.
The public will use a link to access weblink which already includes the following URL parameter included(Using 191 as an example):
search.aspx?dbid=0&searchcommand={LF:Name~="191", Type="D"} & {LF:AssociatedPages="Y"}
When the user uses the quick search bar at the top it is using the following search command:
search.aspx?dbid=0&searchcommand={[]:[]="191"}
This is returning documents that are not relevant for the user.
Anyone able to help me with how to customize so that the quick search bar uses the more strict search command (searchcommand={LF:Name~="191", Type="D"} & {LF:AssociatedPages="Y"})?
Any help is much appreciated!