-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Elasticsearch index reset doesn't seems to work with "Index latest version" configuration #16630
Comments
@jeanbaptistedalle after the
This is expected since the draft is the latest and is the one that will be indexed. |
Yes I waited few minutes but there is no data in the index. And, when the index is built without the "Index latest version" checked, the indexation is quite instant. And yes, if I update a content item, the item is well duplicated in the index, but that issue force us to update every items after we create an index with "Index latest version" checked to be well populated. But I took some time to debug, it seems that the ElasticIndexingService put items in I looked on the main branch, the service has changed so maybe the bug is solved for future version ? Do you think it can be fix to 1.8.3 or do I have to wait for 2.0 ? |
First we need to figure out the issue, then determine if we can back port it to 1.8.4 or not. If you like, try to reproduce the issue using main branch, and see if that is something you can fix |
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues). This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here. |
Describe the bug
Elasticsearch index reset doesn't seems to work with "Index latest version" configuration
Orchard Core version
OrchardCore 1.8.3
To Reproduce
Expected behavior
The index should be populated with draft and published content items with "Index latest version"
The text was updated successfully, but these errors were encountered: