Modify ↓
Opened 12 years ago
Closed 12 years ago
#10320 closed defect (duplicate)
Deleted repos break search
Reported by: | ejucovy | Owned by: | ejucovy |
---|---|---|---|
Priority: | high | Component: | MultiRepoSearchPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
If a repository's contents have been cached by the sqlindexer component, and the repository is subsequently removed from Trac, future searches will continue to return that repository's contents, resulting in an error like AttributeError: 'NoneType' object has no attribute 'get_node'
.
Attachments (0)
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Whoops, I just duplicated this ticket as #10792. I decided that the "workaround" is actually the correct fix, and implemented it. Fixed in version 0.4 which I just released.
Note: See
TracTickets for help on using
tickets.
Here's a workaround:
multireposearch/search.py