Abandoned Extended Search

This commit is contained in:
2023-01-13 13:49:35 -08:00
parent 9e9070150a
commit 0de6801a0e
-4
View File
@@ -8,9 +8,6 @@
<input type="radio" name="view" value="plain">Plain<br>
<input type="radio" name="view" value="json">JSON<br>
<label for='ext'>Extended Search<label><br>
<input type="checkbox" name="ext" value="on">Extended<br>
<input type="submit">
<form>
@@ -18,4 +15,3 @@
<p>You can use standard search operators such as <b>AND</b>, <b>OR</b>, and <b>NOT</b>.</p>
<p>Such as: "reprobate <b>NOT</b> silver".</p>
<p>Multiple word queries without operators will be assumed to be AND.<p>
<p><b>Extended Search</b> uses a thesaurus table to return additional like-word results.</p>