2
Admin UI Filters
Source: directus/directus#24304 · opened by @hsaifurrehman
Summary The user has three tables: user, languages, and a relational table user_languages, with languages as a multi-select field. They want guidance on filtering to display only users who have both English and German languages. Basic Example _No response_ Motivation The user aims to streamline data management by effectively leveraging filters in their database setup. By identifying users with both English and German language preferences, they can more efficiently target specific user groups for tailored communication, reporting, or analysis, enhancing overall operational accuracy and productivity. Detailed Design Tables Involved: user: Stores user details. • Key fields: id, name, etc. languages: Stores available languages. • Key fields: id, language_name (e.g., English, German). user_languages: Relational table connecting users and their languages. • Key fields: user_id (FK to user), language_id (FK to languages). Relationship: user ↔ M:N …
No pledges yet. Be the first to back this.
Comments
Similar requests
Filter usability - choose whether a group should appear in the filters
14 votes · 0 comments
Allow Copy/Pasting and Editing of Filters from the Filter UI.
31 votes · 0 comments
filters for checkbox or multiple dropdown
10 votes · 0 comments
Implement case insensitive (and other) filters consistently
1 vote · 0 comments
Implement `onbeforeunload` to notify user when leaving Directus App with unsaved content.
2 votes · 0 comments
No comments yet.