Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 603 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 603 Bytes

ecospheres-search-index

Install

poetry install

Usage

Launch Meilisearch locally.

docker-compose up

Build index from data.gouv.fr's API

poetry run ecospheres-search index --config={path/to/ecospheres-front/config.yaml}

Use --drop to delete all documents in the index before reindexing.

Set the custom settings on the index

Uses the settings defined in settings.yaml.

poetry run ecospheres-search set-settings

See also

Deploy a Meilisearch instance on Dokku.