Discussions

Ask a Question
Back to All

Filter operators

The API supports the following operators as of writing:

"le" (less than or equal to)
"ge" (greater than or equal to)
"in" (set membership)
"contains" (substring search)

I'm missing operators for greater than ("gt"), less than ("lt") and not equal to ("ne"). The old (internal) API supports all of these operators, so it's a regression of features when switching from using the old to the new API. I.e., something that worked in the past in an existing integration now requires awkward workarounds pre/post-request when switching to the new API.

Is there a plan to add more operators?