We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
When you currently land on, for example, /explore, you get this query
http://localhost:4000/examples/r4-app/explore?page=1&limit=10&orderBy=created_at
Do you mean that we hide these filters, until they are overwritten?
Sorry, something went wrong.
No i meant for example on the table channels, no need to order_by channel.id or channel.fts
channels
channel.id
channel.fts
Ah ok. How about we in db-schemas.js add a new orderableColumns allowlist?
db-schemas.js
orderableColumns
channels: { columns: [], selects: [], orderableColumns: [] // or "columnsToOrderBy" ? }
4www
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: