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

Feature Request: support case insensitivity #34

Open
jloveland opened this issue Feb 25, 2017 · 2 comments
Open

Feature Request: support case insensitivity #34

jloveland opened this issue Feb 25, 2017 · 2 comments

Comments

@jloveland
Copy link

I think it would be nice if we had an option to specify case insensitivity for search

@mmckegg
Copy link
Collaborator

mmckegg commented Apr 5, 2017

I would accept a contribution (PR) that found an elegant way to add this.

It could potentially be added as an additional option matchCase: false or something similar.

@bagherani
Copy link

bagherani commented Jan 21, 2018

Why not using regular expression?

var list={
  data: [
    {name : "somename here" },
    {name : "here is somename" },
]}
//...
var query = "data[*name~/SomeName/i]"

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

3 participants