Modify ↓
Opened 6 years ago
Closed 6 years ago
#1449 closed defect (fixed)
XMLRPC search yields results if filters are given, but not available.
| Reported by: | aamk | Owned by: | athomas |
|---|---|---|---|
| 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 6 years ago by aamk
comment:1 Changed 6 years ago by athomas
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.


(In [2613]) Updated XML-RPC search module to 0.11. Also fixes #1449.