From 536fbbb28f965389caf1e3c0e7557c92232be6c2 Mon Sep 17 00:00:00 2001 From: Mihai Blaga Date: Mon, 15 Apr 2024 16:18:04 +0300 Subject: [PATCH] move exact ranking higher up in the list --- config.next.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.next.json b/config.next.json index b1d4451..332da62 100644 --- a/config.next.json +++ b/config.next.json @@ -58,9 +58,9 @@ "words", "filters", "typo", + "exact", "attribute", - "proximity", - "exact" + "proximity" ] } } \ No newline at end of file