-
Notifications
You must be signed in to change notification settings - Fork 0
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/search filters #11
Conversation
d8f6e52
to
477d376
Compare
…entire JSON schema, and to ensure that swagger.json is correct
ooh, jumping the queue has caused me nasty very nice rebase 😢 |
477d376
to
953bd9e
Compare
Bwahahaha 😈 |
@@ -1,8 +1,7 @@ | |||
{ | |||
"extends": "xo-space", | |||
"extends": "xo-space/esnext", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the reason for using esnext?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's the consistency rules from xo for ES6. Tried it with iojs but that wasn't working great because some stuff was behind flags.
Implemented term and range filters. It turns out that minProperties is supported despite this issue. I added basic validation that this is working ok as was finding myself having to test manually through postman