Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selectize with Laravel full text search not working #2084

Open
vaasi88 opened this issue Feb 14, 2024 · 1 comment
Open

Selectize with Laravel full text search not working #2084

vaasi88 opened this issue Feb 14, 2024 · 1 comment

Comments

@vaasi88
Copy link

vaasi88 commented Feb 14, 2024

All functionality working fine except any character search in the selectize dropdown.

image

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.
image

But searching "an" is not working.
image

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
@dsolomon-4c
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants