Tags give the ability to mark specific points in history as being important
elasticsearch: Set track_total_hits to true in origins search query
Migrate from deprecated pkg_resources package to importlib.resources pyproject.toml: Bump minimal required Python version to 3.9 Apply swh-py-template v0.3.4 with copier interface: Return total number of search results in PagedResult object
v0.22.1 - small fix for in-memory backend to help writing tests
Release swh.search 0.22.0 - Support Elasticsearch 8 in tests and at runtime
v0.21.0 Allow cli to load configuration from environment variable SWH_CONFIG_FILENAME
v0.20.0 - support swh.model 6.13 - fix handling of deprecated (but still present) origin_visit_status messages
v0.19.0 - Add `SearchInterface.origin_delete()`. It is implemented for the memory and ElasticSearch backends.
v0.18.2 - fix editable install: return proper file names in get_output_mapping()
v0.18.1 - fix the in-memory backend - fix sdist generation and editable install - downrank origins known to be forks
version 0.18.0
v0.17.0 - Migrate to copier, PEP420 and pyproject.toml based packaging.
v0.16.6 - migrate tests to pytest - remove hardcoded list of origin types in the search query language - normalize the README file
v0.16.5 - fix support for flask >= 2.3 - fix editable install with setuptools >= 64 - fix doc related issues
v0.16.0 * Rename "intrinsic_metadata" field to "jsonld" * journal-client: Consume from origin_extrinsic_metadata topic
v0.15.0 * Prevent 'version' field (and others) from being dynamically infered as double * minor mypy fix