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.
We can see that analyzer were created under name "default", it is necessary because for now there is no mechanism to specify concrete field for analyzer to be applied.
You can see also, that char filters are still not supported.
I created few Menu content Items, I can see them in the default_my index directly
Describe the bug
When specifying a custom analyzer in Elasticsearch as explained here https://docs.orchardcore.net/en/latest/reference/modules/Elasticsearch/#elasticsearch-analyzers it does create that custom analyzer in the Elasticsearch service.
Orchard Core version
2.x
To Reproduce
Configure custom analyzer like this:
Create an index using the custom
knowledgebase_analyzer
. Now try to search for anything you'll get an errorThis issue was caused by PR #16843
The text was updated successfully, but these errors were encountered: