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
Design a ListFilter component that calls the /api/user_defined_fields API, generates a list of filters, allows the user to select one or more, passes the result to some sort of search API.
We should also add a filterable field to user_defined_fields to allow users to configure specific fields as filterable/non-filterable. Much like the searchable field.
The text was updated successfully, but these errors were encountered:
Design a ListFilter component that calls the
/api/user_defined_fields
API, generates a list of filters, allows the user to select one or more, passes the result to some sort of search API.We should also add a
filterable
field touser_defined_fields
to allow users to configure specific fields as filterable/non-filterable. Much like thesearchable
field.The text was updated successfully, but these errors were encountered: