sherlock 0.0.15 sherlock: ^0.0.15 copied to clipboard
Collection of search functions for local data, customisable with priorities and strings normalization settings
-
0.0.15 #
Stop using the Levenshtein algorithm for "starts with" query in smart search. -
0.0.14 #
Fix bug when the input length is greater than column value length. -
0.0.13 #
Ameliorate the relevance of the search completion. Implement stop-words. -
0.0.12 #
Optional specific normalization forquery
andqueryMatch
. The Levenshtein algorithm is now used in the smart search. -
0.0.11 #
Implementation of the Levenshtein algorithm (but not used yet). Add strings normalization. AddSearchCompletion
. -
0.0.10 #
Clarify about the priorities. Update the results documentation. MovesortResults
to "result.dart". -
0.0.9 #
AddsortResults
. Type or value error forwhere
is now explicit. Move examples to example/ -
0.0.8 #
RemovequeryContain
and makequery
more relevant in how it searches. Update results management. -
0.0.7 #
Fix bug with UnsupportedError. Make parameter 'where' optional. -
0.0.6 #
Fix wrong condition in type check. -
0.0.5 #
Undo buggy change on the way to avoid duplicates. -
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.3 #
Sort results from a priority map. More information in the readme file. -
0.0.2 #
Smart search now require awhere
field to know where to search. -
0.0.1 #
What sherlock initially is.