Skip to content

Commit

Permalink
Masque la commande de lancement de Typesense avec `make run-search-en…
Browse files Browse the repository at this point in the history
…gine`

Peut prêter à confusion puisque le message d'erreur est affiché même si
le lancement a réussi.

Fix #5262
  • Loading branch information
philippemilink authored and Situphen committed Sep 28, 2024
1 parent 33ff875 commit 3e0e909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ zmd-stop: ## Stop the zmarkdown server
## ~ Search Engine

run-search-engine: ## Run the search server
./.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`)'
@./.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`)'

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

0 comments on commit 3e0e909

Please sign in to comment.