bitovi / querystring-parser

MIT License
8 stars 5 forks source link

Fix filters with not #29

Closed michael-dean-haynie closed 2 years ago

michael-dean-haynie commented 2 years ago

The Objection and Sequelize packages are throwing errors when they receive IBM-style filters using not().

Steps to Reproduce: Easiest way to demonstrate this is by using the examples provided in the git repository.

Postman example for Objection

image

Postman example for Sequelize

image

Acceptance Criteria:

References:

michael-dean-haynie commented 2 years ago

The @bitovi/objection-querystring-parser part of this issue is BLOCKED by #35