You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 wordsThe text was updated successfully, but these errors were encountered: