Open ajcastro opened 5 years ago
Is it possible to make the search to work like in sublime? I also have a github package for that, I just want to put that feature here. Maybe this can help... https://github.com/sedp-mis/base-grid-query/blob/master/src/Search/SublimeSearch.php
Please look at the search() and the parseSearchStr() methods.. the parseSearchStr splits every character and put % it between characters so it can match fragments of the words
search()
parseSearchStr()
parseSearchStr
%
I am not sure exactly what you are asking, but you may want to look Twitter Typeahead js - maybe I am miss-understanding your question.
Is it possible to make the search to work like in sublime? I also have a github package for that, I just want to put that feature here. Maybe this can help... https://github.com/sedp-mis/base-grid-query/blob/master/src/Search/SublimeSearch.php
Please look at the
search()
and theparseSearchStr()
methods.. theparseSearchStr
splits every character and put%
it between characters so it can match fragments of the words