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
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
The text was updated successfully, but these errors were encountered:
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
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 thisname="abc & 123"
), because you are splitting the url params by this functionarray_filter(explode('&', $queryUri))
.So it will be error in this case.
Could you think how to fix it?
I'm thinking the solution too
The text was updated successfully, but these errors were encountered: