-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Filtering by Sub-fields in Composite Fields #6425
Comments
@Bonapara Can you please assign this to me? |
Hi @parthiv360, thanks for your message! This issue is better suited for experienced contributors or the core team. Maybe you can pick a Good first issue instead? |
Hi @Bonapara |
I am experienced full stack developer. |
Hi @pacyL2K19, assigning you, thanks for contributing! Sorry @Sohamnimbalkar07, he was first |
Hi @Bonapara |
Are you still interested in this issue, @pacyL2K19? |
Hi @Bonapara |
Thanks @pacyL2K19! |
@pacyL2K19 do you still plan to work on it or should we leave it to another contributor? :) |
I'll be able to raise a PR this weekend @charlesBochet |
We need to tackle #7188 next |
# This PR - Fix #6425 See #7188 because there's some more work to do. --------- Co-authored-by: Lucas Bordeau <[email protected]>
# This PR - Fix twentyhq#6425 See twentyhq#7188 because there's some more work to do. --------- Co-authored-by: Lucas Bordeau <[email protected]>
Current Behavior
Currently, applying filters on the sub-fields of a Composite field is impossible. For example, users cannot filter Addresses by specific attributes such as Postcode or Country.
Desired Behavior
Introduce a submenu that allows users to navigate and select sub-fields for filtering. This submenu should appear above the current "Filter" menu and list all the sub-fields available within the Composite field.
Additionally, it should include an option to filter by "Any" sub-field, labeled as
Any XXX Field
. This feature would enable users to input a term like "Paris" and filter records containing 23 Paris Street and Paris as a city.The text was updated successfully, but these errors were encountered: