Commit graph

11 commits

Author SHA1 Message Date
marcdeb1
70415626c5
Added content type filter
Added claim type filter
Improved filtering and return no results when wrong input
List of types as input for mediaType and contentType
2019-02-09 16:54:29 -05:00
Mark Beamer Jr
36db99ddca
Added auto-deployment for lighthouse 2018-11-04 01:01:22 -04:00
Fillerino
7b9377deff Updated the API doc to add NSFW filtering 2018-10-21 22:41:17 +02:00
filipnyquist
7adbb67a2b Added swagger.json documentation instead of jsDoc. This PR also adds ReDoc to our documentation instad of apiDoc. Fixes #97 2018-08-05 15:19:11 +02:00
Fillerino
55037a2cd6 Updated example. 2017-09-28 22:34:04 +02:00
Fillerino
c026893c32 Lets stick to base-path for API.
Removed /api/lighthouse from path, updated API doc.
2017-09-26 18:40:33 +02:00
Fillerino
8d364be153 Updated api documentation
Updated api documentation to match the api
2017-09-20 22:41:11 +02:00
Fillerino
57b4e7cad0 Added apiDoc and eslinted some code
Added basic apiDoc generation and eslinted some code.
2017-09-20 19:47:25 +02:00
Wallermadev
58c0fa6aa6 Improvements to search relevancy and seperation of search/autocomplete feature.
-- Removed `getSuggestion`

-- Added `getResults`
-- Added `getAutoComplete`

Restructured to search query to bool query that searches on a claims name, title, author and keywords in descripton -- `it's a disaster` now shows in a search for `disaster` autocomplete also returned correctly for the same example.
2017-09-20 02:49:42 +01:00
Fillerino
e9ff812273 Added importer as a module of the API server, importing now works.
Added importer as a module of the API server which cleans up some mess.
Fixes #6
2017-08-17 12:06:24 +02:00
Fillerino
1bcc272e0b Added the basic structure and fixed some issues!
Added the basic structure and fixed some issues!
Fixes #2, fixes # 3
2017-08-16 19:49:27 +02:00