Support multiple order
Open
- Dominant language
- PHP
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Currently the fetch endpoint accepts a single column~direction pair in the order parameter. We'd like to request support for multiple columns:
order=col1~asc,col2~asc
I believe the change would be backward-compatible since existing single-column order strings don't contain commas and would continue to work as-is.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.