fabienvauchelles / scrapoxy

Scrapoxy is a super proxy aggregator, allowing you to manage all proxies in one place 🎯, rather than spreading it across multiple scrapers 🕸️. It also smartly handles traffic routing 🔀 to minimize bans and increase success rates 🚀.
http://scrapoxy.io
MIT License
2.05k stars 237 forks source link

Incorrect destination links when searching in documentation #244

Closed TomasPodivinskyCoding closed 4 months ago

TomasPodivinskyCoding commented 4 months ago

Current Behavior

Some search terms provide incorrect destination links. (From my testing this only affects tabs that appear nested in the left side menu) For example using the search term "Scrapy" and clicking on the first link, I end up on page "https://scrapoxy.io/integration/scrapy/guide#scrapy-integration", which end in a 404 error and no actual page is found.

Expected Behavior

The link should point to the correct page. "https://scrapoxy.io/integration/python/scrapy/guide#scrapy-integration" for the example above

Steps to Reproduce

  1. Go to the docs website https://scrapoxy.io/intro/scrapoxy
  2. Click on the search button
  3. Search for "Scrapy"
  4. Click any link
  5. You end up on a 404 website

Failure Logs

No response

Scrapoxy Version

4.10.2

Custom Version

Deployment

Operating System

Storage

Additional Information

No data about machine specified as the bug appear on the official documentation

TomasPodivinskyCoding commented 4 months ago

I'd be willing to fix this bug if given the oportunity ❤️

fabienvauchelles commented 4 months ago

for sure: send me a pull request

TomasPodivinskyCoding commented 4 months ago

Turns out this is most likely not a code issue, but an algolia indexing issue. Please try reindexing algolia from their console when you get the time for it :)

fabienvauchelles commented 4 months ago

Hi @TomasPodivinskyCoding , I've reindexed the website and also, schedule the indexation on a daily basis. Thanks a lot.