Closed (fixed)
Project:
Search API
Version:
7.x-1.x-dev
Component:
Search pages
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 May 2011 at 16:23 UTC
Updated:
5 Jul 2011 at 23:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
drunken monkeyAh, yes, this might really happen when reverting changes to the index. I think
hook_entity_delete()is called then, causing the search page to be deleted.I'll ask fago about how to discern between reverting and deleting, thanks for reporting this problem!
Comment #2
drunken monkeyCome to think of it, this also affects other parts, like facets and saved searches. However, as those can be made into features, too, that's probably not that much of a problem.
However, once we're at it, we should fix all problems at once.
Does the attached patch fix your problem?
Comment #3
drunken monkeyComment #4
a1russell commentedYes, it does fix my problem. Thanks!
Comment #5
drunken monkeyGreat, committed.