You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When a Content Editor deletes a web page, that web page is not removed from the search index.
To Reproduce
Steps to reproduce the behavior:
Go to any published page
Select a page to delete by clicking on the three dots next to the page name
Select Delete
Confirm delete
Perform a content search
Verify that the index count has not changed / see the deleted page in the search results
Expected behavior
Deleted pages should be removed from the index.
Screenshots
Library Version
Kentico.Xperience.Lucene 11.0.0
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
N/A
Additional context
Reviewing the code for the HandleEvent method, it calls the FindItemsToReindex to get a list of items to re-index. However, since the page already been deleted, the toReindex variable will not contain the item and will not match on the ItemGuid condition in the screen shot above.
The text was updated successfully, but these errors were encountered:
Describe the bug
When a Content Editor deletes a web page, that web page is not removed from the search index.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Deleted pages should be removed from the index.
Screenshots
Library Version
Kentico.Xperience.Lucene 11.0.0
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
N/A
Additional context
Reviewing the code for the
HandleEvent
method, it calls theFindItemsToReindex
to get a list of items to re-index. However, since the page already been deleted, thetoReindex
variable will not contain the item and will not match on theItemGuid
condition in the screen shot above.The text was updated successfully, but these errors were encountered: