Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apify/crawlee-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: apify/crawlee-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: claude/crawlee-python-2019-jjp29o
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 5, 2026

  1. fix: Repair broken docs search by removing invalid Algolia facet filter

    The Algolia config hard-coded facetFilters: ['version:VERSION'], which
    filters results to records whose 'version' facet equals the literal
    string "VERSION". No indexed record matches, so every search returned
    zero results. Docusaurus contextualSearch (enabled by default) already
    applies the correct version/language facet filters, so the manual
    algoliaOptions block is removed.
    
    Closes #2019
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01UZpBeidNgowq7WjAb3P2PL
    claude committed Jul 5, 2026
    Configuration menu
    Copy the full SHA
    6cb3549 View commit details
    Browse the repository at this point in the history
Loading