invenio-vocabularies 7.2.0__py2.py3-none-any.whl → 7.2.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of invenio-vocabularies might be problematic. Click here for more details.

@@ -11,6 +11,6 @@
11
11
 
12
12
  from .ext import InvenioVocabularies
13
13
 
14
- __version__ = "7.2.0"
14
+ __version__ = "7.2.1"
15
15
 
16
16
  __all__ = ("__version__", "InvenioVocabularies")
@@ -50,6 +50,11 @@ class SubjectsSearchOptions(SearchOptions):
50
50
  localized_title,
51
51
  "synonyms^20",
52
52
  ],
53
+ clauses=[
54
+ {"type": "cross_fields", "boost": 3},
55
+ {"type": "bool_prefix", "boost": 2, "fuzziness": "AUTO"},
56
+ {"type": "most_fields", "boost": 1, "fuzziness": "AUTO"},
57
+ ],
53
58
  )
54
59
 
55
60
  sort_default = "bestmatch"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: invenio-vocabularies
3
- Version: 7.2.0
3
+ Version: 7.2.1
4
4
  Summary: Invenio module for managing vocabularies.
5
5
  Home-page: https://github.com/inveniosoftware/invenio-vocabularies
6
6
  Author: CERN
@@ -91,6 +91,10 @@ https://invenio-vocabularies.readthedocs.io/
91
91
  Changes
92
92
  =======
93
93
 
94
+ Version v7.2.1 (released 2025-03-17)
95
+
96
+ - subjects: Keep bool_prefix clause for suggest search
97
+
94
98
  Version v7.2.0 (released 2025-03-10)
95
99
 
96
100
  - search: fix too many clauses on affiliation search
@@ -1,4 +1,4 @@
1
- invenio_vocabularies/__init__.py,sha256=pSBx69wwYxkJc2fKyISdcYUgSDw4RB8psS7oN0z1aFc,429
1
+ invenio_vocabularies/__init__.py,sha256=FF7Nbc5UIY5-_1hX-O9pIOHKNZx3eHEhglDsMUstpdQ,429
2
2
  invenio_vocabularies/cli.py,sha256=CpXTTIn2GTpUqNfLEMlRAp3JWst8ZjHVxoGYdhuuv_4,5959
3
3
  invenio_vocabularies/config.py,sha256=HCX670_PXw-fA1aaTto93N4579dr4M3xRxnA4nHZn18,6967
4
4
  invenio_vocabularies/ext.py,sha256=GujJ4UARd4Fxf4z7zznRk9JAgHamZuYCOdrKU5czg00,5987
@@ -137,7 +137,7 @@ invenio_vocabularies/contrib/names/mappings/v7/__init__.py,sha256=qLGB8C0kPI3xub
137
137
  invenio_vocabularies/contrib/names/mappings/v7/names/name-v1.0.0.json,sha256=5Ybcq3fUMYx3u1MNKmHh-CWBtATS9MYpdEcwAM8EQ80,1943
138
138
  invenio_vocabularies/contrib/subjects/__init__.py,sha256=GtXZKA6VWG1oA1fUX2Wh92nd-1i7RnnQF6RprGhxkD4,591
139
139
  invenio_vocabularies/contrib/subjects/api.py,sha256=QH8mxoLsa8qjJT1i1Tj6rRnpbH23plo2IMOJ56rnvbU,347
140
- invenio_vocabularies/contrib/subjects/config.py,sha256=sdgFNCyXslb5Sac2yZ3xC9SumrKV8fZRdiuxdtmIPEA,2159
140
+ invenio_vocabularies/contrib/subjects/config.py,sha256=CLQT1_5gj4waCFBI6K2jobHHUQjW0RJ7Xk49caWDP14,2378
141
141
  invenio_vocabularies/contrib/subjects/datastreams.py,sha256=s6o5_A-0I3TMx77IbwmLHJpSuDWx8xClW9ocnP2JYfw,1885
142
142
  invenio_vocabularies/contrib/subjects/facets.py,sha256=qQ7_rppFBzsmrlZu4-MvOIdUcjeOmDA9gOHAcs0lWwI,695
143
143
  invenio_vocabularies/contrib/subjects/models.py,sha256=8XgbVRxDDvhWPjMWsoCriNlOKdmV_113a14yLRtlvM4,363
@@ -305,10 +305,10 @@ invenio_vocabularies/translations/zh_CN/LC_MESSAGES/messages.mo,sha256=bpqywk-Hn
305
305
  invenio_vocabularies/translations/zh_CN/LC_MESSAGES/messages.po,sha256=vg8qC8ofpAdJ3mQz7mWM1ylKDpiNWXFs7rlMdSPkgKk,4629
306
306
  invenio_vocabularies/translations/zh_TW/LC_MESSAGES/messages.mo,sha256=o3nwy64PXTcRaAbRrJpYMICW5aVQ0sCdGIn2Xy4UccU,600
307
307
  invenio_vocabularies/translations/zh_TW/LC_MESSAGES/messages.po,sha256=9ACePz_EpB-LfcIJajZ2kp8Q04tcdrQLOtug162ZUss,4115
308
- invenio_vocabularies-7.2.0.dist-info/AUTHORS.rst,sha256=8d0p_WWE1r9DavvzMDi2D4YIGBHiMYcN3LYxqQOj8sY,291
309
- invenio_vocabularies-7.2.0.dist-info/LICENSE,sha256=UvI8pR8jGWqe0sTkb_hRG6eIrozzWwWzyCGEpuXX4KE,1062
310
- invenio_vocabularies-7.2.0.dist-info/METADATA,sha256=b74JZCv3Wt2ICL2A5jvsZ5FlCp7OyXaLrKyl1IDu2UE,13270
311
- invenio_vocabularies-7.2.0.dist-info/WHEEL,sha256=SrDKpSbFN1G94qcmBqS9nyHcDMp9cUS9OC06hC0G3G0,109
312
- invenio_vocabularies-7.2.0.dist-info/entry_points.txt,sha256=lget4Ekno9VRTq36oowWReIJA99165gOp0BOiiET60Y,3179
313
- invenio_vocabularies-7.2.0.dist-info/top_level.txt,sha256=x1gRNbaODF_bCD0SBLM3nVOFPGi06cmGX5X94WKrFKk,21
314
- invenio_vocabularies-7.2.0.dist-info/RECORD,,
308
+ invenio_vocabularies-7.2.1.dist-info/AUTHORS.rst,sha256=8d0p_WWE1r9DavvzMDi2D4YIGBHiMYcN3LYxqQOj8sY,291
309
+ invenio_vocabularies-7.2.1.dist-info/LICENSE,sha256=UvI8pR8jGWqe0sTkb_hRG6eIrozzWwWzyCGEpuXX4KE,1062
310
+ invenio_vocabularies-7.2.1.dist-info/METADATA,sha256=3-zcdTl1ywGyCPAQH03TfC2OFlKWc0Ox-Z5WUwjvh30,13364
311
+ invenio_vocabularies-7.2.1.dist-info/WHEEL,sha256=SrDKpSbFN1G94qcmBqS9nyHcDMp9cUS9OC06hC0G3G0,109
312
+ invenio_vocabularies-7.2.1.dist-info/entry_points.txt,sha256=lget4Ekno9VRTq36oowWReIJA99165gOp0BOiiET60Y,3179
313
+ invenio_vocabularies-7.2.1.dist-info/top_level.txt,sha256=x1gRNbaODF_bCD0SBLM3nVOFPGi06cmGX5X94WKrFKk,21
314
+ invenio_vocabularies-7.2.1.dist-info/RECORD,,