perkeep/pkg/search
Brad Fitzpatrick 30c7d8859a thumbnails: add a cache-busting URL component, support ETag
And quiet noisy logging on normal write failures.

We can now stress test the thumbnail generation by setting
CAMLI_DISABLE_THUMB_CACHE=1 which will make all the thumbnails in the
browsers be unique, and not write them to cache on the server.

Then, when we're happy with the thumbnails, we just increment the
thumbnailVersion string and that busts all the browser- and
server-side caches.

Change-Id: I3cda8e85ab8b1b0b2c9113f6dff613dfbf736028
2013-12-16 20:27:49 -08:00
..
export_test.go Fix corpus/search locking bugs. 2013-12-12 11:34:07 +04:00
handler.go thumbnails: add a cache-busting URL component, support ETag 2013-12-16 20:27:49 -08:00
handler_test.go search: remove MIME from DescribedBlob; fix Handler tests. 2013-11-18 16:36:08 -08:00
match_test.go search: TimeConstraint 2013-11-09 17:08:46 -05:00
query.go search: generate an optimized matcher and use it within the matching loop 2013-12-14 12:07:35 +04:00
query_test.go search: add a basic query benchmark 2013-12-14 12:06:10 +04:00
search.go search: deletions are not modifications 2013-11-29 00:29:57 +01:00
websocket.go Live search results via WebSocket. 2013-12-07 22:22:45 -08:00