Skip to content

Releases: biblibre/omeka-s-module-Solr

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

0.12.0

16 Nov 16:03
v0.12.0
84874ab
Compare
Choose a tag to compare
  • Add highlighting feature when enabled by module preferences

0.11.0

16 Nov 08:08
v0.11.0
152b52a
Compare
Choose a tag to compare

Added

  • Format query string to include proximity search
  • New option for mapping: "Resource field" allow to choose if resource's title or resource's ID should be indexed (only for values that are resources)
  • New option for mapping: "Data types" allow to limit which types of data will get indexed

Changed

  • Allow value formatters to return an array