Commit graph

5 commits

Author SHA1 Message Date
Wallermadev
40a5ef384a now only return feilds needed in application,
Wildcard searches added to allow partial matches.
2017-09-20 19:34:06 +00:00
Wallermadev
66fcf4c833 Adding Basic Pagination support using size/from params. 2017-09-20 04:01:06 +01:00
Wallermadev
c6fab81e61 Improvements to autocomplete functionality
-- Array is now clensed of null and duplicate values and returned in a flat array for ease of use.
2017-09-20 03:17:11 +01: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
5c929f343c Added synctoolv2, claimTrie resolving instead of full chain!
Added synctoolv2, claimTrie resolving instead of full chain and some small patches!
2017-09-03 14:47:40 +02:00