flaxsearch / flaxcode

Automatically exported from code.google.com/p/flaxcode
4 stars 1 forks source link

Advanced search doesn't work if there are no collections #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If no collections are available yet, running an  Advanced search gives the
following error:

500 Internal Server Error

The server encountered an unexpected condition which prevented it from
fulfilling the request.

Traceback (most recent call last):
  File "cherrypy\_cprequest.pyc", line 551, in respond
  File "cherrypy\_cpdispatch.pyc", line 24, in __call__
  File "cpserver.pyc", line 273, in advanced_search
  File "cpserver.pyc", line 236, in search
  File "templates.pyc", line 455, in user_advanced_search_render
  File "HTMLTemplate.pyc", line 729, in render
  File "templates.pyc", line 154, in render_search
  File "templates.pyc", line 300, in render_search_result
AttributeError: 'Results' object has no attribute 'exact'

Original issue reported on code.google.com by jugglerd...@googlemail.com on 30 Oct 2007 at 10:12

GoogleCodeExporter commented 9 years ago

Original comment by paul.x.r...@googlemail.com on 30 Oct 2007 at 10:53

GoogleCodeExporter commented 9 years ago

Original comment by boulton.rj@gmail.com on 30 Oct 2007 at 11:52