Metadata-Version: 2.1
Name: invenio-records-global-search
Version: 0.2.2
Summary: InvenioRDM module for the Dublin Core data model
Home-page: https://github.com/tu-graz-library/invenio-records-global-search
Author: TU Graz
Author-email: 
License: MIT
Keywords: invenio rdm data model
Platform: any
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: invenio-records-resources >=4.11.3
Requires-Dist: invenio-search-ui >=2.8.0
Provides-Extra: tests
Requires-Dist: invenio-app <2.0.0,>=1.3.4 ; extra == 'tests'
Requires-Dist: invenio-search[opensearch2] <3.0.0,>=2.1.0 ; extra == 'tests'
Requires-Dist: pytest-black-ng >=0.4.0 ; extra == 'tests'
Requires-Dist: pytest-invenio <3.0.0,>=2.1.0 ; extra == 'tests'
Requires-Dist: ruff >=0.0.263 ; extra == 'tests'
Requires-Dist: sphinx >=4.5.0 ; extra == 'tests'

..
    Copyright (C) 2023 Graz University of Technology.

    invenio-records-global-search is free software; you can redistribute it
    and/or modify it under the terms of the MIT License; see LICENSE file for
    more details.

==============================
 invenio-records-global-search
==============================

.. image:: https://github.com/tu-graz-library/invenio-records-global-search/workflows/CI/badge.svg
        :target: https://github.com/tu-graz-library/invenio-records-global-search/actions?query=workflow%3ACI

.. image:: https://img.shields.io/github/tag/tu-graz-library/invenio-records-global-search.svg
        :target: https://github.com/tu-graz-library/invenio-records-global-search/releases

.. image:: https://img.shields.io/pypi/dm/invenio-records-global-search.svg
        :target: https://pypi.python.org/pypi/invenio-records-global-search

.. image:: https://img.shields.io/github/license/tu-graz-library/invenio-records-global-search.svg
        :target: https://github.com/tu-graz-library/invenio-records-global-search/blob/master/LICENSE

Dublin Core data model for InvenioRDM

Further documentation is available on
https://invenio-records-global-search.readthedocs.io/

Tests
-----

.. code-block:: console

    pipenv run ./run-tests.sh

..
    Copyright (C) 2023 Graz University of Technology.

    invenio-records-global-search is free software; you can redistribute it
    and/or modify it under the terms of the MIT License; see LICENSE file for
    more details.

Changes
=======

Version v0.2.2 (release 2024-01-07)

- fix: add missing permission


Version v0.2.1 (release 2023-11-23)

- translations: update
- facets: implement better wording for datamodel


Version v0.2.0 (release 2023-11-09)




Version v0.1.0 (release 2023-11-09)





