From e1dc80b9a859f0df712b0ce585688496c2b0fbe4 Mon Sep 17 00:00:00 2001 From: bjperson Date: Thu, 19 Feb 2026 15:19:39 +0100 Subject: [PATCH 1/2] feat(search): add RSS feed button to GlobalSearch Add RSS button for datasets search that: - Appears only when viewing datasets - Includes all active filters (q, organization, tag, format, etc.) - Includes hiddenFilters from config (e.g., organization on org page) - Includes sort parameter if set - Links to /api/1/datasets/recent.atom with query params --- .../src/components/Search/GlobalSearch.vue | 93 ++++++++++++++----- 1 file changed, 70 insertions(+), 23 deletions(-) diff --git a/datagouv-components/src/components/Search/GlobalSearch.vue b/datagouv-components/src/components/Search/GlobalSearch.vue index adf5a77b4..ca387004a 100644 --- a/datagouv-components/src/components/Search/GlobalSearch.vue +++ b/datagouv-components/src/components/Search/GlobalSearch.vue @@ -177,31 +177,43 @@ > {{ t("{count} résultats | {count} résultat | {count} résultats", searchResults.total) }}

-
- -
- - {{ option.label }} - - + + + +
+ @@ -312,7 +324,7 @@