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
<a href="#" id="tooltip_search_close" data-tooltip-id="tooltip_search_text" title="Close this panel">×</a>
133
+
<h2>Case Sensitive</h2>
134
+
<p>If selected, search with the <strong>exact case</strong> used in the search query. By default, case is ignored.</p>
135
+
<h2>Each Word</h2>
136
+
<p>If selected, search for <strong>each word</strong> in the search query (at least 2 characters long). By default, the search query is used as a whole.</p>
137
+
<h2>Entire String</h2>
138
+
<p>If selected, the <strong>entire string</strong> needs to match the search query. By default, partial matches are included in the results.</p>
139
+
<h2>Entire Words</h2>
140
+
<p>If selected, each search term needs to match an <strong>entire word</strong>. By default, partial word matches are included in the results.</p>
<div id="tooltip_case" class="search_tooltip" role="tooltip">If selected, search with the <strong>exact case</strong> used in the search query. By default, case is ignored.</div>
<div id="tooltip_eachword" class="search_tooltip" role="tooltip">If selected, search for <strong>each word</strong> in the search query (at least 2 characters long). By default, the search query is used as a whole.</div>
<div id="tooltip_entirestring" class="search_tooltip" role="tooltip">If selected, the <strong>entire string</strong> needs to match the search query. By default, partial matches are included in the results.</div>
<div id="tooltip_entirewords" class="search_tooltip" role="tooltip">If selected, each search term needs to match an <strong>entire word</strong>. By default, partial word matches are included in the results.</div>
0 commit comments