From 5220652d871cc5df7076c8d5df5f366733e58c5f Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sat, 23 Jan 2016 23:12:57 +0100 Subject: [PATCH] plomsearch: Use less probably escape character. --- plomsearch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plomsearch.py b/plomsearch.py index da11750..54eacbb 100644 --- a/plomsearch.py +++ b/plomsearch.py @@ -14,7 +14,7 @@ def parseToCompoundStatement(string): quotes = "'\"" escape = '\\' space = " " - meta_marker = "\n" + meta_marker = "\0" not_words = ["NOT"] and_words = ["AND"] or_words = ["OR"] -- 2.30.2