web/views/magicsearch.py
branchstable
changeset 9701 46c8d8701240
parent 8748 f5027f8d2478
child 10669 155c29e0ed1c
equal deleted inserted replaced
9700:da7d341cca76 9701:46c8d8701240
   199     preprocessing query in shortcut form to their RQL form
   199     preprocessing query in shortcut form to their RQL form
   200     """
   200     """
   201     priority = 4
   201     priority = 4
   202 
   202 
   203     def preprocess_query(self, uquery):
   203     def preprocess_query(self, uquery):
   204         """try to get rql from an unicode query string"""
   204         """try to get rql from a unicode query string"""
   205         args = None
   205         args = None
   206         try:
   206         try:
   207             # Process as if there was a quoted part
   207             # Process as if there was a quoted part
   208             args = self._quoted_words_query(uquery)
   208             args = self._quoted_words_query(uquery)
   209         ## No quoted part
   209         ## No quoted part