diff --git a/src/frontend/app/ui/gallery/search/autocomplete.service.ts b/src/frontend/app/ui/gallery/search/autocomplete.service.ts index 8f5316d4..266469b6 100644 --- a/src/frontend/app/ui/gallery/search/autocomplete.service.ts +++ b/src/frontend/app/ui/gallery/search/autocomplete.service.ts @@ -280,7 +280,7 @@ export class AutoCompleteService { } else if (aLC.startsWith(textLC)) { return -1; } - return basicCompare(); + return 1; }); }