diff --git a/docs/index.html b/docs/index.html index 41bf3ef..c9bc11c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -15,10 +15,10 @@ +.sc-gwVKww {} .jtxFSh{position:absolute;left:20px;height:1.8em;width:0.9em;} .jtxFSh path{fill:primary:#333333;secondary:#808080;}
-Lighthouse is a search engine for the LBRY blockchain based on elasticsearch, chainquery and Node.JS.
+Returns all the searches matching the search query.
+s required | string The search text + |
channel | string The channel to search, if none, will return all search results + |
size | integer The amount of results to return at max + |
from | integer The number to start from, good for pagination + |
nsfw | boolean If search should return nsfw content or not. + |
contentType | string Filter by MIME type. + |
mediaType | string Filter by media type, can be audio, video, image, application, text or cad. + |
claimType | string Return channels or files only, value can be 'channel' or 'file'. + |
The search API returns an array of the found matching search items.
+Returns an array of autocompleted strings.
+s required | string The string to be autocompleted. + |
The autocomplete API returns an array of the found matching autocompleted strings.
+Returns the current status of the lighthouse instance.
+Returns the current status of the lighthouse instance.
+