diff --git a/deemon/core/config.py b/deemon/core/config.py index 00a8d32..5889781 100644 --- a/deemon/core/config.py +++ b/deemon/core/config.py @@ -21,7 +21,7 @@ "debug_mode": False, "release_channel": "stable", "query_limit": 5, - "smart_search": False, + "smart_search": True, "rollback_view_limit": 10, "prompt_duplicates": False, "prompt_no_matches": True,