nextcloud/core/src/components/UnifiedSearch
nfebe f035ff3d3a fix(unified-search): Separate filtered and unfiltered results
Show results from providers that don't support active content filters
(date/person) in a separate "Additional results" section with a note
explaining that some filters may have been ignored.

Changes:
- Add computed properties to separate filtered/unfiltered results
- Track filter compatibility using baseProvider for searchFrom providers
- Deduplicate results by resourceUrl across sections
- Skip in-folder results when at root to avoid duplicating Files results
- Fix providerIsCompatibleWithFilters to check correct filter properties
- Add styling for the unfiltered results section

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-12-10 17:30:32 +01:00
..
CustomDateRangeModal.vue chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
LegacySearchResult.vue chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
SearchableList.vue chore: auto fix ESLint issues 2025-11-25 16:25:54 +01:00
SearchFilterChip.vue chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
SearchResult.vue chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
SearchResultPlaceholders.vue chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
UnifiedSearchLocalSearchBar.vue chore: auto fix ESLint issues 2025-11-25 16:25:54 +01:00
UnifiedSearchModal.vue fix(unified-search): Separate filtered and unfiltered results 2025-12-10 17:30:32 +01:00