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
'class' info added to form_attribute to help people where to find out about a class name. I searched the Docs but couldn't find it.
Fixed 'query' description as formatting broken here.
Copy file name to clipboardExpand all lines: docs/add-ons/pro-search/tags.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,11 +43,15 @@ Set to no to have a given query overwrite a valid shortcut. Defaults to yes (a s
43
43
44
44
#### form_attribute
45
45
46
-
Specifies any html attribute you want the form to have. For example: form_id="search" will add id="search"to the
46
+
Specifies any html attribute you want the form to have. For example: form_id="search" will add id="search", or form_class="searchform" will add class="searchform" to the tag.
47
47
48
-
tag. query Use this parameter to pass through a previously executed encoded search query. Not needed when not encoding queries.
0 commit comments