Closed denispetrische closed 1 week ago
Fix for bug #17012
@MikeAlhayek Look at this. I used configuration below and everything works
"OrchardCore_Elasticsearch": { "ConnectionType": "SingleNodeConnectionPool", "Url": "http://localhost", "Ports": [ 9200 ], "Analyzers": { "standard": { "type": "standard" }, "keyword": { "type": "keyword" }, "whitespace": { "type": "whitespace" }, "knowledgebase_analyzer": { "type": "custom", "tokenizer": "standard", "filter": [ "lowercase", "stop", "english_synonyms" ] }, "default": { "type": "custom", "tokenizer": "standard", "filter": [ "lowercase", "stop", "english_synonyms" ] } }, "Filter": { "english_synonyms": { "type": "synonym_graph", "synonyms": [ "page,cage" ] } } }
Closing this In favor of the original PR #16975 17013
Fix for bug #17012
@MikeAlhayek Look at this. I used configuration below and everything works