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/usage.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,6 +170,12 @@ $(function() {
170
170
<td valign="top"><code>array</code></td>
171
171
<td valign="top"><code>['text']</code></td>
172
172
</tr>
173
+
<tr>
174
+
<td valign="top"><code>searchConjunction</td>
175
+
<td valign="top">When searching for multiple terms (separated by a space), this is the operator used. Can be "and" or "or".</td>
176
+
<td valign="top"><code>string</code></td>
177
+
<td valign="top"><code>'and'</code></td>
178
+
</tr>
173
179
<tr>
174
180
<td valign="top"><code>optgroupOrder</td>
175
181
<td valign="top">An array of optgroup values that indicates the order they should be listed in in the dropdown. If not provided, groups will be ordered by the ranking of the options within them.</td>
0 commit comments