Does the Data API support “greater than or equal” and “less than or equal” constraint types?
The Bubble editor supports ≥ and ≤ operators on search constraints, but the Data API documentation only lists these constraint_type values:
- equals / not equal
- greater than / less than
- is_empty / is_not_empty
- text contains / not text contains
- contains / not contains
- in / not in
- empty / not empty
- geographic_search
Thanks for any clarification.