From f642961947a1a4fb79e49ff764d93b3f0ab474db Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 4 Jul 2018 17:50:10 +0200 Subject: Criteria search: manage boolean search (refs #4180) --- ishtar_common/utils.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ishtar_common/utils.py') diff --git a/ishtar_common/utils.py b/ishtar_common/utils.py index 189e91b8c..34d170892 100644 --- a/ishtar_common/utils.py +++ b/ishtar_common/utils.py @@ -62,6 +62,9 @@ class BColors: CSV_OPTIONS = {'delimiter': ',', 'quotechar': '"', 'quoting': QUOTE_ALL} +TXT_SEARCH_COMMENT = "key for text search (no accent, no spaces)" + + def check_rights(rights=None, redirect_url='/'): """ Decorator that checks the rights to access the view. -- cgit v1.2.3