You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The query language is quite involved to implement.
Maybe https://docs.rs/cql2 could help, but still seems like a lot of work.
=> At least it is not a priority for me. Other contributors might see this differently
We currently support postgis-functions which have a similar level of expressiveness, though you will need to hardcode what the input can be.
Given that the query language supports queries which might be pretty expensive (=> might be opening us up to a DOS attack), I am not shure at which level this should be supported.
=> What is your concrete usecase?
CommanderStorm
changed the title
Is there a plan to filter data through CQL2(Common Query Language)?
Filter data through CQL2(Common Query Language)?
Jan 26, 2025
CommanderStorm
changed the title
Filter data through CQL2(Common Query Language)?
Filter data through CQL2(Common Query Language)
Jan 26, 2025
just like
http://localhost:3000/points?filter=name like '%hello%'
The text was updated successfully, but these errors were encountered: