-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
69 additions
and
4,770 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
key: millisearch | ||
title: Millisearch Engine | ||
key: meilisearch | ||
title: Meilisearch Engine | ||
author: mbround18 | ||
isAvailable: true | ||
logo: https://raw.githubusercontent.com/mbround18/wikijs-module-millisearch/main/docs/assets/logo.png | ||
website: https://github.com/mbround18/wikijs-module-millisearch | ||
logo: https://raw.githubusercontent.com/mbround18/wikijs-module-meilisearch/main/docs/assets/logo.png | ||
website: https://github.com/mbround18/wikijs-module-meilisearch | ||
props: | ||
millisearchHost: | ||
meilisearchHost: | ||
type: String | ||
description: "The URL or IP address where the Millisearch server is hosted." | ||
default: "http://millisearch:7700" | ||
millisearchApiKey: | ||
description: "The URL or IP address where the Meilisearch server is hosted." | ||
default: "http://meilisearch:7700" | ||
meilisearchApiKey: | ||
type: String | ||
description: "API key for authenticating requests to the Millisearch server." | ||
description: "API key for authenticating requests to the Meilisearch server." | ||
default: "demo" | ||
indexName: | ||
type: String | ||
description: "The name of the index in Millisearch that will be used for the Wiki.js search." | ||
description: "The name of the index in Meilisearch that will be used for the Wiki.js search." | ||
default: "wiki_index" | ||
timeout: | ||
type: Number | ||
description: "Timeout for search requests in milliseconds." | ||
description: "Timeout for search requests in meiliseconds." | ||
default: 5000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.