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

Closed
vaasi88 opened this issue Feb 14, 2024 · 2 comments
Closed

Selectize with Laravel full text search not working #2084

vaasi88 opened this issue Feb 14, 2024 · 2 comments

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
@4C-DSolomon
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.

Copy link
Contributor

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

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants