Skip to content

Commit

Permalink
📦 release: v6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Nov 26, 2024
1 parent 96ff9ea commit 0e685db
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
Changes
=======

Version v6.5.0 (released 2024-11-26)

- queryparser: add CompositeSuggestQueryParser
* Introduces a new query parser focused on better accuracy for
mappings that contain search-as-you-type or ngram-analyzed fields but
also secondary information fields that helps to
disambiquate/narrow-down results.

Version v6.4.0 (released 2024-11-08)

- transformer: add new RestrictedTerm and RestrictedTermValue to restrict search for
Expand Down
2 changes: 1 addition & 1 deletion invenio_records_resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

from .ext import InvenioRecordsResources

__version__ = "6.4.0"
__version__ = "6.5.0"

__all__ = ("__version__", "InvenioRecordsResources")
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2020-2021 CERN.
# Copyright (C) 2020-2024 CERN.
#
# Invenio-Records-Resources is free software; you can redistribute it and/or
# modify it under the terms of the MIT License; see LICENSE file for more
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2020-2022 CERN.
# Copyright (C) 2020-2024 CERN.
#
# Invenio-Records-Resources is free software; you can redistribute it and/or
# modify it under the terms of the MIT License; see LICENSE file for more
Expand Down

0 comments on commit 0e685db

Please sign in to comment.