meilisearch / scrapix

MIT License
21 stars 9 forks source link

Handle the e-commerce template #9

Closed qdequele closed 1 year ago

qdequele commented 1 year ago

I close this because it's done now by using the following config:

{
    "start_urls": [
        "{{url_to_crawl}}"
    ],
    "meilisearch_url": "{{meilisearch_host}}",
    "meilisearch_api_key": "{{meilisearch_api_key}}",
    "meilisearch_index_uid": "{{meilisearch_index_name}}",
    "strategy": "schema",
    "schema": {
        "only_type": "Product",
        "convert_dates": true
    }
}