flaxsearch / flaxcode

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

Advanced search: Error when viewing second page of results if a file format is chosen #220

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Choose Advanced Search
2. check a file format box, i.e. 'Word'
3. search
4. select the 'Next' link to see the second page of results

What is the expected output? What do you see instead?
"Error: The server encountered an unexpected condition which prevented it
from fulfilling the request.
Go back to previous page"

View source shows:
Traceback (most recent call last):
  File "cherrypy\_cprequest.pyo", line 551, in respond
  File "cherrypy\_cpdispatch.pyo", line 24, in __call__
  File "cpserver.pyo", line 396, in advanced_search
TypeError: search() got an unexpected keyword argument '['format'

Original issue reported on code.google.com by charliej...@gmail.com on 18 Feb 2010 at 11:22

GoogleCodeExporter commented 9 years ago
Fixed in rev 1294

Original comment by charliej...@gmail.com on 12 Mar 2010 at 1:53