From 3f6e242b5dabc371098dd62899ed8712661e957b Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Mon, 1 May 2023 16:05:10 +0200 Subject: [PATCH] Removed old comment --- src/search/omnisearch.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/search/omnisearch.ts b/src/search/omnisearch.ts index 9db3177..c1ecf06 100644 --- a/src/search/omnisearch.ts +++ b/src/search/omnisearch.ts @@ -226,8 +226,6 @@ export class Omnisearch { ) } - // If the query does not return any result, - // retry but with a shorter prefix limit if (!results.length) { return [] }