-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add typesense connector (#7282)
- Loading branch information
Showing
15 changed files
with
678 additions
and
78 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,14 +82,20 @@ [email protected] | |
MAIL_REPLY_TO_NAME="${APP_NAME}" | ||
|
||
# Search | ||
# We use Laravel Scout to do full-text search. | ||
# Read config/scout.php for more information. | ||
# Note that you have to use Meilisearch, Algolia or the database driver to enable | ||
# search in Monica. Searching requires a queue to be configured. | ||
## We use Laravel Scout to do full-text search. | ||
## Read config/scout.php for more information. | ||
## Note that you have to use: 'meilisearch', 'typesense', 'algolia' or the 'database' | ||
## driver to enable search in Monica. Searching requires a queue to be configured. | ||
SCOUT_DRIVER=database | ||
SCOUT_QUEUE=true | ||
MEILISEARCH_HOST= | ||
## If you never intend to use the 'database' driver, you can set this value to false: | ||
FULL_TEXT_INDEX=true | ||
## Meilisearch settings | ||
MEILISEARCH_URL= | ||
MEILISEARCH_KEY= | ||
## Typesense settings | ||
TYPESENSE_HOST= | ||
TYPESENSE_API_KEY= | ||
|
||
# Notification channels | ||
TELEGRAM_BOT_TOKEN= | ||
|
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
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
Oops, something went wrong.