You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/add-ons/pro-search/tags.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,20 +186,22 @@ Use this parameter to pass through a previously executed encoded search query. N
186
186
[TOC=4 hide]
187
187
188
188
The Results tag supports:
189
-
* all parameters from the native channel:entries tag, and
190
-
* any parameters made available by the Filters in your query.
189
+
* all parameters from the native `channel:entries` tag, and
190
+
* the parameters listed below, and
191
+
* any additional parameters made available by the Filters referenced by your query.
191
192
192
-
In addition to those, the following parameters are available to all results. Any parameters set in the results tag will override the ones in the given query.
193
+
Any parameters set in the `pro_search:results` tag will override the ones in the provided query.
193
194
194
-
NOTE: **Note:** The Keywords filter has a parameter for `collection`. If this is not set, the keywords Filter will search ALL collections. The `channel` parameter is available to any results set, including a keywords search, but for keywords searches, it is most efficient to set the specific collection(s) you want to use, rather than limit by channel. This is not used to output the content from a matching result.
NOTE: **Note:** The Keywords filter has a unique parameter: `collection`. If the `collection` parameter is not set, the keywords Filter will search ALL collections. The `channel` parameter is available to limit any results set, including a result set that used the keywords Filter. But for keywords searches, it is much more efficient to define the specific collection(s) you want to search via the `collection` parameter, rather than limit the results by `channel` after searching EVERY collection.
204
+
203
205
#### `alias:parameter=`
204
206
205
207
Point a given parameter to any other, so parameter x gets treated like parameter y. For example, to use the param `q` as an alias for `keywords`, use `alias:keywords="q"`. Useful if you have previous or multiple search forms with different names for the same parameters, and you want to have one result page.
0 commit comments