From 3fd3f23fe0bd446f541d9fcd7309d1f7ef6f47f2 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 30 Jun 2008 02:09:14 -0700 Subject: [PATCH] No longer stripping out puncutation when searching titles. --- model/Notebook.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/model/Notebook.py b/model/Notebook.py index 2c74d12..8b19405 100644 --- a/model/Notebook.py +++ b/model/Notebook.py @@ -209,8 +209,7 @@ class Notebook( Persistent ): @type search_text: unicode @param search_text: text to search for within the notes """ - # strip out all search operators - search_text = Notebook.SEARCH_OPERATORS.sub( u"", search_text ).strip() + search_text = search_text.strip() return \ """