Skip to content

Releases: biblibre/omeka-s-module-Solr

v0.22.0

16 Feb 10:58

Choose a tag to compare

v0.21.0

19 Dec 10:36
5b8612e

Choose a tag to compare

What's Changed

  • Replace null returns with empty array for item set value extractor. by @Bebel00 in #47
  • Set facet limit and display individually by @ThibaudGLT in #46

New Contributors

Full Changelog: v0.20.2...v0.21.0

0.20.2

16 Sep 09:42
v0.20.2
fb74b84

Choose a tag to compare

  • Fix Solr query when facet's sort_by was not configured (for instance after upgrading Search module to 0.17.3)

0.20.1

16 Sep 08:50
v0.20.1
5e7e9aa

Choose a tag to compare

  • Fix compatibility with Omeka S < 4.1.0

0.20.0

16 Sep 07:50
v0.20.0
506fa03

Choose a tag to compare

  • Allow to configure the HTTP client used to query Solr. This can be done by modifying config/local.config.php.

0.19.2

16 Sep 07:50

Choose a tag to compare

  • Add facet sorting to display in natural asc or desc index order

0.19.1

22 Jan 14:22
v0.19.1
5d203b1

Choose a tag to compare

  • Fix transformations setting in default mappings
  • Deny access to solr_* resources through the API to non-admin users (#42)

0.19.0

28 Nov 10:31
v0.19.0
d08436b

Choose a tag to compare

  • Ignore leading and trailing whitespaces in query (#19)
  • Add default mappings and search fields at install

0.18.0

25 Oct 09:12
v0.18.0
1b03806

Choose a tag to compare

  • Add compatibility with Search 0.16.0
  • If the Group module is enabled, there's a new option in node settings that allow to index resources' groups. This allows non-admin users to view private resources that belong to their groups in search results.

0.17.1

03 Oct 15:38
v0.17.1
7801ce0

Choose a tag to compare

  • Fix installation process and tests