Skip to content

Releases: biblibre/omeka-s-module-Solr

0.19.1

22 Jan 14:22
v0.19.1
5d203b1
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fix installation process and tests

0.17.0

03 Oct 15:18
v0.17.0
6ecc023
Compare
Choose a tag to compare
  • Prevent users to create different nodes with the same URI

0.16.0

12 Jul 12:23
v0.16.0
cd7ff80
Compare
Choose a tag to compare

Breaking changes

  • Solr versions older that 5.1.0 are no longer supported

Changed

  • PHP Solr extension is no longer required
  • Configuration is done using a single URI parameter instead of several parameters (hostname, port, path). This means that HTTPS can be used now.

0.15.0

11 Jul 14:21
v0.15.0
7dbebc6
Compare
Choose a tag to compare

Added

  • Add pagination and sort controls on mappings browse page
  • Add pagination and sort controls on search fields browse page
  • Add sidebar to show mapping details on browse page

Fixed

  • Fix "matches pattern" operator by using wildcard search instead of regular expression which is not documented and seems to not be supported anymore

0.14.0

10 Jan 15:14
v0.14.0
ab7bd25
Compare
Choose a tag to compare

Added

  • Added ability to use HTTP Authentication

Fixed

  • Make hl.maxAnalyzedChars configurable
  • Fix text for transformations to be removed

0.13.1

12 Dec 10:29
v0.13.1
623908c
Compare
Choose a tag to compare
  • Fix indexation of DateTime values

0.13.0

08 Dec 08:57
v0.13.0
28fe32f
Compare
Choose a tag to compare

The minimum PHP version required is now 8.0 and the minimum Omeka version is now 3.1.0

  • Add mapping transformations. They allow to modify values before them being sent to Solr. This replaces the following mapping settings: Data types, Resource field, Formatter.
    Value formatters implemented by other Omeka modules are still supported but this system is deprecated. They should switch to transformations