Open
Conversation
Contributor
Author
|
CI output, failures seem unrelated? https://github.com/ecolabdata/cdata/actions/runs/24194727780 |
Contributor
Author
|
@maudetes @ThibaudDauce @nicolaskempf57 don't know why it's not assigning you as reviewers 🤷 And I can't do it myself, hence the ping. Thanks! |
abulte
added a commit
to opendatateam/udata-front-kit
that referenced
this pull request
Apr 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Close ecolabdata/ecospheres#1011
Adds a
tagFiltersoption toGlobalSearchConfigthat renders select dropdowns whose values map to thetagAPI param.This enables multiple independent predefined-value tag filters (e.g. theme, enjeu, secteur like on https://ecologie.data.gouv.fr/indicators) that merge correctly with
hiddenFiltersand the native tag filter.The URL is two-way synced with the dropdowns. Query param name is filter's name.
Example usage:
Selecting "Mieux consommer" in Thème dropdown →
theme=ecospheres-indicateurs-theme-mieux-consommerin the URL → API receivestag=ecospheres-indicateurs&tag=ecospheres-indicateurs-theme-mieux-consommer.Bonus
.inputstyle that need to be used by consuming projects