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 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
When IndexPrefix setting for ElasticSearch set in config, Elastic Search Query and ElasticContentPicker functionality do not work.
Orchard Core version
1.8.2
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Documents from pages (dev_default_pages ) index should be displayed in results.
Dev details
Current implementation of OrchardCore.Search.ElasticSearch.Core assembly contains three places for direct manipulation with IElasticClient.
All listed clasees have its own code for building final name of index that will be used in ES.
Proposal
Refactor current code to isolate all manipulation with IElasticClient in single class.
The text was updated successfully, but these errors were encountered: