neo4j-graphql-js icon indicating copy to clipboard operation
neo4j-graphql-js copied to clipboard

Adds case insensitive filter

Open steezeburger opened this issue 4 years ago • 2 comments

Most applications need case insensitive filtering. This PR adds that feature through the use of a contains_i input type.

{
  Movie(filter: {title_contains_i: "river"}) {
    title
  }
}

TODO:

  • [ ] write integration test

steezeburger avatar Jun 01 '20 22:06 steezeburger

The addition of these filters would provide great benefit and with easiness to use

textminer avatar Sep 01 '20 12:09 textminer

https://github.com/neo4j-graphql/neo4j-graphql-js/issues/608

michaeldgraham avatar May 02 '21 04:05 michaeldgraham