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
We noticed certain page types were not triggering search index updates when the page was updated. After investigating we noticed that there was whitespace after a line item in the included content types of the index path. We removed the additional whitespace from the line item and edited the page again and saw the index update as expected.
Repro steps
Create or edit a page search index at /admin/lucene/indexes
In the "Included ContentType Items" field include an entry with extra whitespace after the item (in our instance the type that failed to trigger an update was at the end of the list)
Save the path, save the index, and observe the last updated time of the index
Edit a page's content (in our instance, we are updating the url of the page)
Head back to the indexes and observe the last updated time
Expected behavior
After waiting a reasonable amount of time for the index to update, the index last updated time should be after the page last updated time and the page that was modified returns it's new data in the results
Test environment
Platform/OS:
net6.0
Windows 10
Browser
Chrome
Version
Xperience by Kentico version 28.1.0
Kentico.Xperience.Lucene 4.1.0
Screenshots
The configuration we had that caused the issue, with client codename omitted.
The text was updated successfully, but these errors were encountered:
Brief bug description
We noticed certain page types were not triggering search index updates when the page was updated. After investigating we noticed that there was whitespace after a line item in the included content types of the index path. We removed the additional whitespace from the line item and edited the page again and saw the index update as expected.
Repro steps
/admin/lucene/indexes
Expected behavior
After waiting a reasonable amount of time for the index to update, the index last updated time should be after the page last updated time and the page that was modified returns it's new data in the results
Test environment
Screenshots
The configuration we had that caused the issue, with client codename omitted.
The text was updated successfully, but these errors were encountered: