From c9e10810b46787c229ba8798bd2b0cf2ffa5fbf5 Mon Sep 17 00:00:00 2001 From: Victor Harbo Johnston Date: Tue, 25 Jul 2023 11:11:26 +0200 Subject: [PATCH] update readme --- CHANGES.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 77271a9b..9a6924e1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ ----- Query hints fix (range queries). The search validation helper did like range queries and showed warning when they was correct. (github #380) -Add Zip Export feature. It is now possible to extract raw files from SolrWayback in a combined zip file. This could be used to extract all HTML content or images from a search result. +Add Zip Export feature. It is now possible to extract raw files from SolrWayback in a combined zip file. This could for example be used to extract all HTML content, images, video etc. from a search result. 4.4.2 ----- diff --git a/README.md b/README.md index 00db6814..1dcf7e8e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ SolrWayback comes with multiple features: * Free text search in **all** resources (HTML pages, PDFs, metadata for different media types, URLs, etc.) * Interactive link graph (ingoing/outgoing) for domains. * Export of search results to a WARC file through streaming download, which means that there is no limit to the size of the resultset. -* Zip export of files from search result (e.g. export of HTML or image content in native formats). +* Zip export of files from search result (e.g. export of HTML, image content, video etc. in native formats). * CSV text export of search result with custom field selection. * Wordcloud generation for domain. * N-gram search visualisation.