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

Not working if the searching key word includes "&" character #51

Open
danhnguyeen opened this issue Nov 14, 2019 · 0 comments
Open

Not working if the searching key word includes "&" character #51

danhnguyeen opened this issue Nov 14, 2019 · 0 comments

Comments

@danhnguyeen
Copy link

Hi there,
Your library is a very good idea to implement the advanced searching.
But it will not work if the key word includes & characters (something like this name="abc & 123"), because you are splitting the url params by this function array_filter(explode('&', $queryUri)).
So it will be error in this case.
Could you think how to fix it?
I'm thinking the solution too

@danhnguyeen danhnguyeen changed the title Not working if the searching key word includes "&" chareacter Not working if the searching key word includes "&" character Nov 14, 2019
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

1 participant