Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
179.69 KB
MD5: 906edfaefe325754908cf4bbdff769a6
SHA-1: c71c6ba5a73e1c5689fe23cd2965b17084b6a6af
SHA-256: a3a6940b818ad2e4a34fa6aada36854283bba5bb7a6e89608a13c1438bf0fcbf
Download zip
223.71 KB
MD5: 5a46879f730721e4b1239c2ee7c9a3e0
SHA-1: 5c9a57331b7d925a92c6b90e0483953d0468b1d7
SHA-256: a1826923b1bcd04dae09e294d01be2d4ef79db49c73cea40a4a045b20010a668
Release notes
This is release 1.14 of the Search API module, containing several bug fixes as well as a few small new features.
Note: If you are currently using a development snapshot made in November or December, please be aware that #1184610: Limit indexes to specific entity bundles had to be reverted due to a lack of testers for a follow-up patch. Therefore, if you are already using a bundle-specific index do not update to this version! Rather, wait for that issue to be committed again and then switch to that dev snapshot (or the next stable release after it).
If you are updating directly from 1.13 or an earlier version, you can update just as usual.
Complete list of changes since release 1.13:
- #2382385 by illusionuk, drunken monkey: Fixed error handling when using invalid fulltext or sort field in Views.
- #2371099 by drunken monkey: Fixed display of active "Exclude" facets.
- #1861134 by Cyberwolf, jackbravo, drunken monkey: Fixed indexing on multiple indexes with Drush.
- #2347367 by drunken monkey, das-peter: Fixed forgotten usages of $index->item_type.
- #2359201 by drunken monkey: Added a "List" option to "Aggregated fields".
- #2364247 by drunken monkey: Fixed documentation for SearchApiQueryFilterInterface::getFilters().
- #2364875 by Xano: Fixed Views argument handler for fulltext fields.
- #2174163 by drunken monkey: Fixed detection of field type changes by data alterations.
- #2305755 by drunken monkey, pfrenssen: Fixed invalidation of the stored index fields cache.
- #2334727 by Alex Bukach, drunken monkey: Fixed Views caching does not take items_per_page into account.
- #1372092 by drunken monkey: Added an error message when no service class is available when creating a server.
- #2305627 by drunken monkey, cpliakas: Fixed date facets not displayed when the configured granularity is larger than the calculated granularity.
- #2319263 by solotandem: Added easier way to subclass entity classes.
- #2278737 by drunken monkey: Fixed use of multiple Views fulltext search filters.