Quentin de Quelen

Results 31 comments of Quentin de Quelen

😮 I don't know what would be the best way to do it. At first, I just wanted to do it to be able to run a one-time command to...

@ballbrk, I have the same problem. Could you send a pull request with your correction please?

This may be solved by the webhooks?!

I've created a PR for this #62, but the test is not working; I don't know why. I didn't have the time to check the test yet.

It looks like now you have a new `schema_settings` field in `config`. ```typescript if (this.config.schema_settings?.only_type) { if (data['@type'] !== this.config.schema_settings?.only_type) return } ```

Not an easy one without slowing down the process a lot or having a hidden field on the document. 🤔

I don't know if this issue is still relevant.

I can't reproduce. When I try this config the following config, I have 950 docs: ```json { "start_urls": [ "https://meilisearch.com/docs", "https://www.meilisearch.com/docs" ], "meilisearch_url": "{{meilisearch_host}}", "meilisearch_api_key": "{{meilisearch_api_key}}", "meilisearch_index_uid": "{{meilisearch_index_name}}" } ```...