Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Adds case insensitive filter #449

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Adds case insensitive filter #449

wants to merge 3 commits into from

Conversation

steezeburger
Copy link

@steezeburger steezeburger commented Jun 1, 2020

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

@johnymontana johnymontana self-assigned this Jul 24, 2020
@textminer
Copy link

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

@michaeldgraham
Copy link
Collaborator

#608

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants