Hi,

trying to use the search widget on GAE i got an error,

``
name: search
table: plugin_wiki_page
``:widget

Only EQUALS and NOT EQUALS runs ok, when I try CONTAINS, STARTSWITH or
ENDSWITH I got the error:

YOU CAN TRY HERE:
http://web2pybrasil.appspot.com/cursoweb2py/plugin_wiki/page/error-on-crud-search

THE ERROR:
Traceback (most recent call last): File
"/base/data/home/apps/web2pybrasil/3.343537232039186008/applications/cursoweb2py/models/plugin_wiki.py",
line 555, in render_widget html = getattr(PluginWikiWidgets,name)(**args)
File
"/base/data/home/apps/web2pybrasil/3.343537232039186008/applications/cursoweb2py/models/plugin_wiki.py",
line 226, in search search, results = crud.search(db[table]) File
"/base/data/home/apps/web2pybrasil/3.343537232039186008/gluon/tools.py",
line 2979, in search query &= self.get_query(field, opval, value) File
"/base/data/home/apps/web2pybrasil/3.343537232039186008/gluon/contrib/gql.py",
line 569, in __and__ if other.filters[0].one(): AttributeError: 'Query'
object has no attribute 'filters'

-- 

http://rochacbruno.com.br

Reply via email to