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
Chosen now escapes correctly the quotes in the values ('), but there is a problem with the escape string while the option "search_contains" is active.
If you have an item with a quote the search will try to match against ' and not ', making wrong results appear if you search for: #, x, 2, 7 or ;.
Chosen now escapes correctly the quotes in the values (
'
), but there is a problem with the escape string while the option "search_contains" is active.If you have an item with a quote the search will try to match against
'
and not'
, making wrong results appear if you search for:#
,x
,2
,7
or;
.A small example is linked here: https://jsbin.com/luqusu/edit?html,output
Searching with
search_contains = false
makes the problem go away.The text was updated successfully, but these errors were encountered: