Selectize with Laravel full text search not working
vaasi88 opened this issue · 2 comments
All functionality working fine except any character search in the selectize dropdown.
the search is working fine with the starting letters, but not with in the middle order characters.
So typing "Ba" is working and finding the words correctly.
But searching "an" is not working.
My initialization part in app.js is,
import Selectize from '@selectize/selectize'
;
window.Selectize = Selectize;
What could be the problem.? i installed this selectize using npm package.
npm i @selectize/selectize
Thanks in advance!
- by vaasi88
I ran into the same issue upgrading, probably the same root cause: respect_word_boundaries
is a new configuration option that was added. It defaults to true
. Try setting that to false
instead.
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days