Search landing page, compiled dictionary and wrote scraper

This commit is contained in:
2023-01-13 03:13:09 -08:00
parent 2d52f6e9d4
commit 9e9070150a
4 changed files with 100 additions and 2 deletions
+21
View File
@@ -0,0 +1,21 @@
<h2>Bible Search</h2>
<form action="/search">
<label for='kw'>Key Words</label><br>
<input type="text" name="kw"><br><br>
<label for='view'>View<label><br>
<input type="radio" name="view" value="rich">Rich<br>
<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>
<hr>
<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>