witten
/
luminotes
Archived
1
0
Fork 0

No longer stripping out puncutation when searching titles.

This commit is contained in:
Dan Helfman 2008-06-30 02:09:14 -07:00
parent 48f58d0c0e
commit 3fd3f23fe0
1 changed files with 1 additions and 2 deletions

View File

@ -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 \
"""