FeatureFuel
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.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests