Modify ↓
#4974 closed defect (wontfix)
search error on reflect damage
Reported by: | anonymous | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.4/site-packages/trac/Search.py", line 181, in process_request results += list(source.get_search_results(req, terms, filters)) File "/usr/lib/python2.4/site-packages/TracDoxygen-0.4-py2.4.egg/doxygentrac/doxygentrac.py", line 221, in get_search_results keywords = query.split(' ') AttributeError: 'list' object has no attribute 'split'
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
Description: | modified (diff) |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
comment:2 by , 18 years ago
Additional note: do not forget to report which version of Trac you are using, as this may help understanding the issue.
Note:
See TracTickets
for help on using tickets.
Please report plugin issues to the plugin maintainer. This error seems to come from the Doxygen plugin.
This bug tracker is solely dedicated to the development of Trac. Thanks in advance.