Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
453.26 KB
MD5: fa7f4221ee13646009469a91f30b1082
SHA-1: 803098b793d74edff16b3985a2fd6bf7adc91623
SHA-256: 639ee59c45e22d782a52ed93436a446fe6a12a4ef21fd65215886f1e59e0ac96
Download zip
705.86 KB
MD5: bceeb5fee85b59c89e7ea3acccd56ff7
SHA-1: b019b3af9e724a1804b540ae0e4a56d2ee98c603
SHA-256: 8a5c963d79da1d7c5e050fc3c0aff31076b9f9cfd029f718328b1dd0389b4010
Release notes
This is release 1.8 of the Search API module, containing several bug fixes and new features.
One particular change to keep in mind is #2860167: Add "orderby" to our config schema definitions: this will keep the order of keys/list items in config exports reliable (by ordering them alphabetically), eliminating bogus VCS changes when re-exporting config. However, this means that you definitely will see a lot of changes for search indexes/servers at the next export, and should be aware of that.
Complete list of changes since release 1.8:
- #2956012 by drunken monkey, DuaelFr: Added uncustomized view modes as options when rendering items.
- #2980903 by drunken monkey, kristofferwiklund, borisson_: Fixed undefined index notice in Views date filter.
- #2982693 by jhedstrom, borisson_, drunken monkey: Adapted tests to latest Core changes.
- #2971033 by mErilainen, drunken monkey, borisson_: Added an option for prefix matching to the database backend.
- #2973034 by idebr, drunken monkey: Removed outdated @todo comment.
- #2972510 by msankhala, drunken monkey: Replaced Unicode::* methods with mb_* functions.
- #2973047 by idebr, drunken monkey: Fixed misnamed test config files.
- #2860167 by drunken monkey, borisson_, fenstrat: Added "orderby" to our config schema definitions.
- #2948820 by capysara, drunken monkey, borisson_: Added a link to the "need to reindex" message on the Filters tab.
- #2965803 by capysara, drunken monkey: Fixed left-over use of @url placeholder.
- #2957650 by drunken monkey, borisson_: Fixed two minor problems.
- #2939010 by nedjo, drunken monkey: Fixed deleted fields when index is created during module install.
- #2931730 by drunken monkey, borisson_, chanderbhushan: Adapted to changes in drupal_set_message().
- #2955607 by drunken monkey, borisson_: Removed our custom Query::__wakeup() work-around.
- #2940138 by drunken monkey, borisson_: Switched to new Core tempstore service.
- #2936630 by drunken monkey, borisson_: Adapted override detection code to use Config::hasOverrides().
- #2961537 by drunken monkey: Increased Core dependency to Drupal 8.5.
- #2959809 by drunken monkey, Rob230, mkalkbrenner, borisson_: Fixed small coding mistake in the "URL field" processor.
- #2960931 by drunken monkey, borisson_: Fixed viewing of multiple content entity items.