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

multi_select filter for field with '+' symbol in #74

Closed
joe-walsh opened this issue Aug 22, 2014 · 2 comments
Closed

multi_select filter for field with '+' symbol in #74

joe-walsh opened this issue Aug 22, 2014 · 2 comments
Labels

Comments

@joe-walsh
Copy link

When the field in the table contains a plus symbol and that field is selected from the filter that record is not found.
e.g. if the field in table was 'abc+def' when that value is selected from the filter it searches for 'abcdef' removing the '+' so no records are found
I'm using the 'chosen' select_type.

@vedmack
Copy link
Owner

vedmack commented Aug 22, 2014

Probably its need to be escaped. Currently I'm away from pc and will be back in a few days. ..

@vedmack
Copy link
Owner

vedmack commented Aug 25, 2014

Go grab the 0.8.3.beta.7 from https://github.com/vedmack/yadcf/blob/master/lab/jquery.dataTables.yadcf.js added escaping for several special chars...

@vedmack vedmack closed this as completed Aug 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants