[Mpuls-commits] r5975 - base/trunk/mpulsweb/lib

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Wed Jun 6 14:21:00 CEST 2012


Author: ludwig
Date: 2012-06-06 14:21:00 +0200 (Wed, 06 Jun 2012)
New Revision: 5975

Modified:
   base/trunk/mpulsweb/lib/search.py
Log:
Issue 3185: Small workaround.
In the moment it is not possible to search for the names in Mpuls_S
This workaround enables this again.


Modified: base/trunk/mpulsweb/lib/search.py
===================================================================
--- base/trunk/mpulsweb/lib/search.py	2012-06-05 15:27:09 UTC (rev 5974)
+++ base/trunk/mpulsweb/lib/search.py	2012-06-06 12:21:00 UTC (rev 5975)
@@ -558,6 +558,7 @@
 
     def __init__(self):
         Search.__init__(self)
+        self.match_fields =  []
 
     def _build_sql(self, options):
         sql_fields = {}



More information about the Mpuls-commits mailing list