1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

cdx api query: pass query timestamp mod to index query via 'query_closest'

field, to avoid confusion with 'closest'
This commit is contained in:
Ilya Kreymer 2015-01-31 17:45:46 -08:00
parent 55426e7619
commit 29c6a36dac

View File

@ -129,6 +129,7 @@ class QueryHandler(object):
wburl.QUERY:
{'collapseTime': collapse_time,
'filter': ['!statuscode:(500|502|504)'],
'query_closest': wburl.timestamp,
'limit': limit,
},