zenstack icon indicating copy to clipboard operation
zenstack copied to clipboard

RESTful-style API handler should support filtering with "null" for nullable fields

Open ymc9 opened this issue 1 year ago • 1 comments
trafficstars

ymc9 avatar Dec 25 '23 06:12 ymc9

I think not equal operator is not supported as well which I think is needed. As a workaround I did this for now:

const NotPending = [
  TransactionStatus.APPROVED,
  TransactionStatus.REJECTED,
  TransactionStatus.CANCELLED,
  TransactionStatus.POOL,
].join(",");

Please let me know if I need to open a new issue record for this.

hasan-aa avatar Aug 26 '24 09:08 hasan-aa