Skip to content

Releases: biblibre/omeka-s-module-Search

0.12.1

09 May 10:16
Compare
Choose a tag to compare

Fixed

  • Fixed display of facets when the "save queries" feature is off

0.12.0

04 May 07:13
Compare
Choose a tag to compare

This version is now compatible with Omeka S 4.0.0

The minimum Omeka S version required is 3.0.0

0.11.0

15 Dec 14:13
Compare
Choose a tag to compare

Added

  • Added ability to save queries and manage them with block display

Fixed

  • Add advanced-search js and css assets to correctly add specific input on form (class, item set)

0.10.0

03 Nov 12:52
Compare
Choose a tag to compare

Added

  • Added ability to modify the order of search fields in standard form's configuration

Fixed

  • Exceptions thrown by indexers are now caught and logged

0.7.2

16 Feb 13:31
Compare
Choose a tag to compare

Added

  • Make index rebuild configurable, which allows:
    • to rebuild the index without clearing it first (which is the default now)
    • to change the batch size

Fixed

  • Limit results to public resources for users without view-all permission

0.9.0

14 Apr 08:31
Compare
Choose a tag to compare

Added

  • Provides to search adapters the ability to returns the resources they can handle (contributed by @kyfr59)
  • Make index rebuild configurable, which allows:
    • to rebuild the index without clearing it first (which is the default now)
    • to change the batch size
  • Add progress information in logs

Changed

  • Improved performances of index rebuild

0.8.0

14 Oct 07:55
Compare
Choose a tag to compare

BREAKING CHANGE The module is no longer compatible with Omeka S version 2.x

  • Added compatibility with Omeka S version 3.x

0.7.1

09 Oct 10:20
Compare
Choose a tag to compare

Added

  • Added translation for traditional chinese (zh_TW)

Fixed

  • Fixed omeka version constraint in config/module.ini

0.7.0

29 Sep 15:36
Compare
Choose a tag to compare

Changed

  • Reword 'Search full-text' into 'Search everywhere'
  • Drop dependency to jQueryUI module
  • Prevent use of invalid operators in standard form

Fixed

  • Make standard form submit button translatable
  • Prevent indexation job to run out of memory and make it faster

0.6.0

08 Apr 14:28
Compare
Choose a tag to compare

Added

  • Added a standard form which mimics the item advanced search form

Changed

  • BREAKING CHANGE Search\Adapter\AdapterInterface::getAvailableFields was renamed to getAvailableSearchFields
  • BREAKING CHANGE A new method getAvailableOperators was added to Search\Adapter\AdapterInterface
  • BREAKING CHANGE Search\Query::addFilter was renamed to addFacetFilter
  • BREAKING CHANGE Search\Query::getFilters was renamed to getFacetFilters
  • BREAKING CHANGE New methods addQueryFilter and getQueryFilters were added to Search\Query
  • Search form is now hidden when displaying results.