I am trying to search for a node from the default search box in umbraco admin interface. I tried to reindex the site using Luke. There is a node called news(node id 1066) which was deleted and then again a node was created with the same name news(node id 1241).
When I try to search fro news, the deleted news node (1066) also appears in the search result and clicking on that takes me to 404 page not found.
How can I have the search not return the deleted nodes?
I am having this same issue. Where is the index that Umbraco is using to find this node? I've searched the umbraco content database tables and do not see this node in the db anywhere. If this is the Lucerne or Examine index then when does that get rebuilt?
The internal search uses the internal index, i cannot remember if stuff in bin also appears in internal search. Can you guys confirm that this node is not in the recycle bin. If it is then empty bin then try it should disappear.
It looks like they are not removed from internalindexer until they are emptied from the bin and the internal search makes use of the internal index. Empty the bin see if that fixes the issue.
Search returns deleted nodes
Hi,
I am trying to search for a node from the default search box in umbraco admin interface. I tried to reindex the site using Luke. There is a node called news(node id 1066) which was deleted and then again a node was created with the same name news(node id 1241).
When I try to search fro news, the deleted news node (1066) also appears in the search result and clicking on that takes me to 404 page not found.
How can I have the search not return the deleted nodes?
Thanks,
Tulika
I am having this same issue. Where is the index that Umbraco is using to find this node? I've searched the umbraco content database tables and do not see this node in the db anywhere. If this is the Lucerne or Examine index then when does that get rebuilt?
We have the same problem.
The internal search uses the internal index, i cannot remember if stuff in bin also appears in internal search. Can you guys confirm that this node is not in the recycle bin. If it is then empty bin then try it should disappear.
Regards
Ismail
Hi Ismail,
Nodes are in recycle bin. Why they are in the search result ?
Regards
It looks like they are not removed from internalindexer until they are emptied from the bin and the internal search makes use of the internal index. Empty the bin see if that fixes the issue.
Regards
Ismail
is working on a reply...