Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
456.88 KB
MD5: b479613952682d033aec42adeee79e2a
SHA-1: 936d216d43ffb5e20873b53206cfd7f65dcfe4a3
SHA-256: 2c30725019864faec2052ae39aaeba1bd9e174c1ef3058f4e09a12c412edf55c
Download zip
715.8 KB
MD5: 42f12bb480ec34ce140ba528990e93e5
SHA-1: 1c1d038310a079f8e8154545f743ff7a506c4b8e
SHA-256: 3693d7d7683e69f0c21ae88ee1da9eaeac3770cda15b714b0fc4643c853823e0
Release notes
This is release 1.10 of the Search API module, containing several bug fixes and new features.
Furthermore, if you are using the “Content access” processor, it would be great if you could go to #2948707: ContentAccess processor fails to account for all grant records and test the latest patch there, to make sure it doesn’t break any existing setups (and, in case you have some non-standard node access setup, to maybe confirm it improves support for those as well).
Thanks!
Complete list of changes since release 1.9:
- #2993787 by drunken monkey, borisson_, mkalkbrenner: Added the possibility to boost fields in MLT queries.
- #2936631 by drunken monkey, borisson_: Added support for the "no_ui" definition key for plugins.
- #2996936 by drunken monkey, borisson_: Added suggested packages to composer.json.
- #2987156 by hchonov, drunken monkey, borisson_: Fixed missing dependency on modules providing fields.
- #2994638 by drunken monkey, Grayle, borisson_: Fixed warning in aggregated fields without values.
- #2987237 by quicksketch, drunken monkey, borisson_: Fixed requirements hook for the Taxonomy Term Handlers module preventing updates from running.
- #2992662 by capysara, drunken monkey, borisson_: Fixed the reindexing link when saving index processors or fields.
- #2989689 by drunken monkey, valthebald, borisson_: Fixed bug in Views cache plugin alter hook.
- #2919676 by drunken monkey, borisson_: Fixed server entity link definitions.
- #2996278 by drunken monkey: Removed one pointless variable.
- #2987245 by drunken monkey: Fixed use of account_switcher service for switching the currently active account.
- #2996907 by zerolab, drunken monkey: Fixed entity tracking using access checks.
- #2993434 by jasonawant, drunken monkey: Fixed handling of comma-separated values in Views contextual filters.
- #2983843 by drunken monkey, borisson_: Fixed suggestion of installing default module when dependencies aren't met.
- #2979316 by drunken monkey, Sutharsan: Fixed highlighting problems with multi-byte characters.
- #2986310 by capysara, drunken monkey: Added link to reindexing when saving fields.
- #2986013 by tim-diels, drunken monkey, borisson_: Fixed casting of nun-numeric strings in the database backend.
- #2983630 by chipway, borisson_, drunken monkey: Fixed format of System dependency in search_api.info.yml.
- #2982660 by jhedstrom, drunken monkey, borisson_: Fixed indexed time of date-only fields.
- #2986216 by drunken monkey: Added the "legacy" group to SearchApiDbUpdate8102Test.
- #2920943 by drunken monkey: Fixed error handling for "Rendered item" processor.