Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

url_to_index does not work #49

Open
bidoubiwa opened this issue Jun 28, 2023 · 1 comment
Open

url_to_index does not work #49

bidoubiwa opened this issue Jun 28, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@bidoubiwa
Copy link
Contributor

When adding urls_to_index to my configuration file, no pages are indexed at all

@bidoubiwa bidoubiwa added the bug Something isn't working label Jun 29, 2023
@qdequele
Copy link
Member

I can't reproduce.

When I try this config the following config, I have 950 docs:

{
    "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}}"
}

But when I try this config the following config, I have 468 docs:

{
    "start_urls": [
        "https://meilisearch.com/docs",
        "https://www.meilisearch.com/docs"
    ],
    "urls_to_index": ["https://www.meilisearch.com/docs/learn"],
    "meilisearch_url": "{{meilisearch_host}}",
    "meilisearch_api_key": "{{meilisearch_api_key}}",
    "meilisearch_index_uid": "{{meilisearch_index_name}}"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants