sherlock 0.0.8 sherlock: ^0.0.8 copied to clipboard
Search a list of maps and order the results based on a given priority map, and by match level. Smart search for user search.
-
0.0.1 #
What sherlock initially is. -
0.0.2 #
Smart search now require awhere
field to know where to search. -
0.0.3 #
Sort results from a priority map. More information in the readme file. -
0.0.4 #
Smart search searches matches first with all the input keywords. The parameter '*' is no longer mandatory in the priority map. -
0.0.5 #
Undo buggy change on the way to avoid duplicates. -
0.0.6 #
Fix wrong condition in type check. -
0.0.7 #
Fix bug with UnsupportedError. Make parameter 'where' optional. -
0.0.8 #
RemovequeryContain
and makequery
more relevant in how it searches. Update results management.