Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit 0678247

Browse files
authored
Merge pull request #4168 from kkdg/master
[Docs] Updated Elasticsearch adding custom entity recipe
2 parents f4a37fb + 6d8e957 commit 0678247

File tree

6 files changed

+441
-31
lines changed

6 files changed

+441
-31
lines changed

core/lib/search/adapter/searchAdapterFactory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const getSearchAdapter = async (adapterName = server.api) => {
2020
}
2121

2222
if (!SearchAdapterModule) {
23-
throw new Error('Search adapter module was not found in `serc/search/adapter` neither in the `core/lib/search/addapter` folders')
23+
throw new Error('Search adapter module was not found in `src/search/adapter` neither in the `core/lib/search/adapter` folders')
2424
}
2525

2626
const SearchAdapter = SearchAdapterModule.SearchAdapter

0 commit comments

Comments
 (0)