Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
130.59 KB
MD5: c7ff87666be452eb6fab2b7bea17d7fa
SHA-1: 7de6650c406cf2c990379896cb8b51db043c2ff5
SHA-256: 99844c85d7e323a67676ad9533a22a2b5fc8f78159e4c1be1e282d6cad94bea1
Download zip
165.6 KB
MD5: 5d7eb98271502c934c7c3ead473663d6
SHA-1: e05e14398b8b82c58398c621f61f104ca62b4942
SHA-256: 920da039cc71d77b5ec0a83808405daaaee3618136f3cd364a5b9caff668350d
Release notes
This release mostly contains bug fixes, most of which should be rather minor and not affect most users.
The most important part, though, is the change in how Views results are indexed (#1368548: Do not index views results by entity id): Since #1368508: Document and enforce nummeric array keys starting at 0 for $views->result will soon be committed to the Views module, older versions of Search API Views could then break with the newest version of Views!
So, if you are using Views, please update to this version of the Search API before updating to the next Views release!
Complete list of changes:
- #1368548 by das-peter: Do not index views results by entity id.
- #1422750 by drunken monkey, sepgil: Fixed illegal modification of entity objects.
- #1363114 by nbucknor: Fixed inclusion of upper bound in range facets.
- #1580780 by drunken monkey: Fixed default regexps of the Tokenizer.
- #1468678 by znerol: Fixed erroneous use of Drupal multibyte wrapper functions.
- #1600986 by DamienMcKenna: Fixed dependencies of exported search servers.
- #1569874 by cpliakas: Fixed removal/adding of facets when indexed fields are changed.
- #1528436 by jsacksick, drunken monkey: Fixed handling of exportable entities.