Added multiple term searching and skeletons for rich text responses

This commit is contained in:
2022-12-31 21:45:13 -08:00
parent 3c8c6959a7
commit 65f0064953
3 changed files with 146 additions and 13 deletions
+7
View File
@@ -68,6 +68,12 @@ default: json
search default: faith
show default: john3:16
?op=
- Multi-keyword search operator
- and - both keywords must be in verse
- any - any keyword must be in a verse
search default: any
?fz=
- on - fuzzy search on
default: off
@@ -78,6 +84,7 @@ api.tld/random?view=json
api.tld/votd?view=human
api.tld/show?kw=john3:16,1john5:7&view=plain
api.tld/search?kw=faith
api.tld/search?kw=nimrod&view=rich
</code>
</pre>