Fix conditionnal logic broken in 195b24fe3a03
195b24fe3a03 replace:
if not req.cnx:
by
if getattr(req, 'cnx', True):
The "not" diseapeared in the process.
Experiment with the search bar. Try queries like "card sometextualcontent" or"card wikiid index" or "345".