在 Directus 中使用过滤运算符(<、>、<=、>= 或)

Using filter operators (<, >, <=, >=, or) in Directus

我想使用这些特定运算符进行过滤:

- "<", ">", "<=", ">=" for integer and date values.
- "or" for text fields.

PS:我的问题涉及管理后端 UI 而不是基础 API.

这已添加到 Directus (v7) 的最后一个主要版本中