flaxsearch / flaxcode

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

Advanced search field "exact" causes error. #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Entering a value in the "exact" advanced search field causes the error:

Traceback (most recent call last):
  File "/Users/maky/src/flaxcode/localinst/cherrypy/_cprequest.py", line
551, in respond
    cherrypy.response.body = self.handler()
  File "/Users/maky/src/flaxcode/localinst/cherrypy/_cpdispatch.py", line
24, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/Users/maky/src/flaxcode/src/cpserver.py", line 247, in search
    return self._search.search(advanced=False, **kwargs )
TypeError: search() got an unexpected keyword argument 'exact'

Original issue reported on code.google.com by bano...@gmail.com on 19 Oct 2007 at 1:17

GoogleCodeExporter commented 9 years ago

Original comment by bano...@gmail.com on 19 Oct 2007 at 2:04

GoogleCodeExporter commented 9 years ago
The advanced search form doesn't have logic behind it yet, but it's good to 
have the
issue here.

Original comment by paul.x.r...@googlemail.com on 21 Oct 2007 at 7:55

GoogleCodeExporter commented 9 years ago

Original comment by boulton.rj@gmail.com on 26 Oct 2007 at 4:27

GoogleCodeExporter commented 9 years ago

Original comment by paul.x.r...@googlemail.com on 27 Oct 2007 at 8:46

GoogleCodeExporter commented 9 years ago

Original comment by boulton.rj@gmail.com on 30 Oct 2007 at 12:01