mirrorweb / pywb

Core Python Web Archiving Toolkit for replay and recording of web archives
https://pypi.python.org/pypi/pywb
GNU General Public License v3.0
1 stars 2 forks source link

If You run a filter against the live service to only show certain sta… #77

Closed omgoo closed 1 year ago

omgoo commented 1 year ago

…tus codes and there are no results for that filter, PYWB will attempt to ditch your filter and just return the first 100 results it has for that URL.

So, by default PYWB will try to get all 2xx and 3xx results. If none exist, it will then give you 100 4xx and 5xx results it has for that URL.

I've changed the logic to not do the extra return if filters are supplied to the query. I need this to be tested extensively and confirmed non-destructive before we merge.

Description

Motivation and Context

Screenshots (if appropriate):

Types of changes

Checklist: