Skip to content

Commit 3e0e909

Browse files
philippemilinkSituphen
authored andcommitted
Masque la commande de lancement de Typesense avec make run-search-engine
Peut prêter à confusion puisque le message d'erreur est affiché même si le lancement a réussi. Fix zestedesavoir#5262
1 parent 33ff875 commit 3e0e909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ zmd-stop: ## Stop the zmarkdown server
102102
## ~ Search Engine
103103

104104
run-search-engine: ## Run the search server
105-
./.local/typesense/typesense-server --data-dir=.local/typesense/typesense-data --api-key=xyz || echo 'No Typesense installed (you can add it locally with `./scripts/install_zds.sh +typesense-local`)'
105+
@./.local/typesense/typesense-server --data-dir=.local/typesense/typesense-data --api-key=xyz || echo 'No Typesense installed (you can add it locally with `./scripts/install_zds.sh +typesense-local`)'
106106

107107
index-all: ## Index the whole database in the search engine
108108
python manage.py search_engine_manager index_all

0 commit comments

Comments
 (0)