-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prototyped an improved way to filter content
The collection field for a type (`articles`, `blogPosts`) will expose an argument for each searchable field: ``` { media { images(name: "~norway") { name uri } } } ``` Supported operators (as first characters of the string): ~ (like, with automatic wildcards), <, >, <=, >=).
- Loading branch information
Bertrand Dunogier
committed
Jan 24, 2019
1 parent
2416fc9
commit 6a6073f
Showing
2 changed files
with
77 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters