Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
411.39 KB
MD5: 2e776a16cd90859fe3e0fc19c7f94212
SHA-1: 010e57bfcfc9a3c55a5d30fd07e5b684a3e00fb2
SHA-256: 56bfd74baac3721c6f945f3e3123290857ed056a1ecdf75a6904e6b0627b491f
Download zip
641.32 KB
MD5: 693dfa5f41a832af79670599896d7641
SHA-1: c6359692a220321ee8b4d6c61970b1c846afebe2
SHA-256: cba1af391fc1d24eb1c5fca968f90ec273e66bf2df13842b555bcd88eb04f3ca
Release notes
This is the 1.2 release of the Search API module.
It contains numerous bug fixes and some new features.
For a summary of changes to the API or existing functionality, please see the change records.
Complete list of changes since release 1.1:
- #2881198 by jzavrl, drunken monkey, borisson_: Added property paths to "Add fields" form.
- #2883475 by Matthijs, drunken monkey, borisson_: Added support for "Language not applicable".
- #2883807 by LammensJ, drunken monkey: Fixed warning in Views UI for contextual filters.
- #2880239 by acbramley, drunken monkey, borisson_: Fixed logic for multiple sorts on the same field.
- #2889426 by drunken monkey: Fixed test fails for latest Core changes.
- #2884720 by blake.thompson: Added a display plugin for the Views Embed display type.
- #2882347 by mkalkbrenner: Fixed forms to not have unserializable properties.
- #2676468 by acbramley, drunken monkey, borisson_: Fixed stale cache in search view with tag-based caching.
- #2876398 by drunken monkey: Fixed operator description of Views "Fulltext search" filter.
- #2881945 by drunken monkey: Removed unnecessary check in AddURL::addFieldValues().
- #2886981 by drunken monkey: Fixed test fails for latest Core changes.
- #2880026 by Anton4yk, drunken monkey: Fixed bugs in entity datasource's item discovery code for edge cases.
- #2881631 by jzavrl, drunken monkey, borisson_: Added alphabetic sort for properties in "Add fields" form.
- #2867809 by drunken monkey, borisson_: Added an option to enable a processor for all compatible fields.
- #2878974 by acbramley: Added the date Views argument plugin.
- #2840274 by drunken monkey, borisson_: Updated the Core dependency to 8.3.
- #2874895 by harsha012, drunken monkey, borisson_: Fixed OOP code to use the t() method instead of the global t() function.
- #2624876 by drunken monkey, borisson_: Added a query option for "properties to retrieve".
- #2682949 by drunken monkey, borisson_: Adapted to changes in the Autocomplete module.