Skip to content

Instantly share code, notes, and snippets.

@gkatsev
Created March 10, 2016 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gkatsev/cbda47c76b6377b6be73 to your computer and use it in GitHub Desktop.
Save gkatsev/cbda47c76b6377b6be73 to your computer and use it in GitHub Desktop.
let prop = [].concat(data[qfield]);
let q = query[qfield].toLowerCase();
return prop.map((p) { return p.toLowerCase(); }).includes(q);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment