From f0a1913dc66697a447af945e7ef2bd112802903f Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 29 Jun 2025 06:46:40 +0200 Subject: [PATCH] Enable new query parser by default. --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 282c144904..7e9d697581 100644 --- a/.env.example +++ b/.env.example @@ -329,7 +329,7 @@ FIREFLY_III_LAYOUT=v1 # Which Query Parser implementation to use for the search engine and rules # 'new' is experimental, 'legacy' is the classic one # -QUERY_PARSER_IMPLEMENTATION=legacy +QUERY_PARSER_IMPLEMENTATION=new # # Please make sure this URL matches the external URL of your Firefly III installation.