Open 4www opened 1 year ago
No i meant for example on the table channels
, no need to order_by channel.id
or channel.fts
Ah ok. How about we in db-schemas.js
add a new orderableColumns
allowlist?
channels: {
columns: [],
selects: [],
orderableColumns: [] // or "columnsToOrderBy" ?
}
When you currently land on, for example, /explore, you get this query
Do you mean that we hide these filters, until they are overwritten?