Modify ↓
Opened 18 years ago
Closed 17 years ago
#1449 closed defect (fixed)
XMLRPC search yields results if filters are given, but not available.
Reported by: | aamk | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | normal | Component: | XmlRpcPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
When a XMLRPC search is triggered with, say, 'repo' filter (provided by the repository search plugin), and the trac project queried does not support the filter, the filter is removed from the query and a search with default filters is performed.
A search with non-available filters should yield no results.
The attached patch fixes the issue.
Attachments (1)
Change History (2)
Changed 18 years ago by
Attachment: | tracrpcsearch.diff added |
---|
comment:1 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [2613]) Updated XML-RPC search module to 0.11. Also fixes #1449.