Matias B
Results
2
issues of
Matias B
With these changes, it would be possible to parse a YAML file with env variables with the format `${VARIABLE_NAME}`, like the following one: ```yaml progress: type: file meilisearch: api_url: ${MEILISEARCH_API_URL}...
This PR adds a new command line argument (`--keep-index`) to the `refresh` command, to support doing a full sync without deleting the existing index. Currently, when doing a full sync...