docsearch-scraper icon indicating copy to clipboard operation
docsearch-scraper copied to clipboard

DocSearch - Scraper

Results 28 docsearch-scraper issues
Sort by recently updated
recently updated
newest added

PS C:\Rapidx_Documentation> docker run -it --env-file=.env -e "CONFIG=$(cat ./config.json | jq -r tostring)" algolia/docsearch-scraper Traceback (most recent call last): File "/root/src/config/config_loader.py", line 101, in _load_config data = json.loads(config, object_pairs_hook=OrderedDict) File...

I'm trying to run the docsearch scraper Docker image on a ARM64 Apple MacBook Pro with the M1 silicon (MacOS v11.4). When running the scraper, I get the following error:...

need fix

Hi there ! I am trying to run the command (I have no env file but env variables are set as global viariables in my terminal) `docker run -it -e...

I have been banging my head trying to get this to work and kept getting host unreachable error. After 3 hours, I tried the 1.13.0 docker image instead. The error...

As you might imagine while our content has grown so too has the time to index. Is there anyway the concurrency settings of scrapy could be exposed? or some feature...

### Situation docsearch-scraper docker image starts scraping my company [documentation](https://docs.mia-platform.eu/) website any time we deploy a new version of it and correctly updates our indexes. Using the search bar will...

Hello Algolia Devs, I tried to add search function to [my website](https://gem-book.js.org), but I got the reply that no content can be crawled. Is it because my website uses shadowdom?...

When a query matches a heading, the snippet result is empty. For example, search for "queryHook" in docsearch's own documentation: https://docsearch.algolia.com/search?q=queryHook Now compare that to the search for "queries algolia":...

enhancement

I have added created a GitHub action for docsearch scraper for automated self-hosted doc search indexing. Please find it here: https://github.com/marketplace/actions/algolia-docsearch-action The objective of this issue is to share information...