Add _is_null and _is_not_null operators#1467
Conversation
a2cd204 to
231853e
Compare
|
Hi @typicode, I want to express my gratitude for the valuable tool that json-server is, enabling us to swiftly set up mock servers for testing purposes. Your effort in providing this as an open-source project is highly appreciated. While working with json-server, I noticed a limitation in its current functionality related to querying I observed attempts by others to implement this as a custom filter, but unfortunately, it didn't yield the desired results. Consequently, I took the initiative to contribute a feature that allows querying Initially, I envisioned designing the single
However, during the implementation, it seems that this design required some code refactoring. Consequently, I opted for a solution involving separate Thank you for your time and consideration. Best, |
This PR is related to #682 and #823.
_is_nulland_is_not_nulloperators.example
attr_is_null
attr_is_not_null