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
pavish
changed the title
Frontend implementation for filtering for all mathesar types
Frontend implementation for type specific filtering options
Feb 15, 2022
Problem
Users should be able to view and select valid filters for each column.
Proposed solution
The frontend should fetch the set of possible filters for each mathesar type from the endpoint:
/api/ui/v0/databases/${DB}/filters/
, created in #1061.Based on the response, the frontend should display the filters, and the user should be able to form a query using that.
Additional context
Blocked by:
The text was updated successfully, but these errors were encountered: