From 78f9f7e2dd5df5b069c0b69d22059ac87992c8ed Mon Sep 17 00:00:00 2001 From: Sobuno Date: Thu, 2 Jan 2025 20:06:11 +0100 Subject: [PATCH] Add QUERY_PARSER_IMPLEMENTATION in .env.example --- .env.example | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.env.example b/.env.example index e2e0b18720..358fec2d52 100644 --- a/.env.example +++ b/.env.example @@ -325,6 +325,12 @@ USE_RUNNING_BALANCE=false # 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 + # # Please make sure this URL matches the external URL of your Firefly III installation. # It is used to validate specific requests and to generate URLs in emails.