From 435ec7ae715a52de793b81a9ab64ae57be678b59 Mon Sep 17 00:00:00 2001 From: nfebe Date: Thu, 7 Aug 2025 07:18:37 +0100 Subject: [PATCH 1/2] fix(unified-search): Smarter load more button This commit introduces a change to prevent showing the load more button, if the length of existing results is not equal to the requested limit (which implies it is less than because we never expect it to be more) Additionally, there is an enhancment to override provider filders passed to the find method. This would improve speed. Signed-off-by: nfebe --- .../UnifiedSearch/UnifiedSearchModal.vue | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/core/src/components/UnifiedSearch/UnifiedSearchModal.vue b/core/src/components/UnifiedSearch/UnifiedSearchModal.vue index c3e632e5290a1..cbd152e7b292a 100644 --- a/core/src/components/UnifiedSearch/UnifiedSearchModal.vue +++ b/core/src/components/UnifiedSearch/UnifiedSearchModal.vue @@ -129,7 +129,7 @@ v-bind="result" />