Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
25.56 KB
MD5: 47e2770bb7021140475b430203fe48ca
SHA-1: 8ae6c0eb1be6af948e63833546d24a4bf3ed217d
SHA-256: 527872bf04068bfc37caf15e2974a11b319ca772126512d324e33663aa9bafcc
Download zip
28.18 KB
MD5: 74c7bede27755bfb920b047032fc60ec
SHA-1: de9049d1b815a5adbc5708bc2dc818946b83422b
SHA-256: a770f07f9d0226ce5e76dc1873b26861705eecb5bc2c40af871a9ba134ec1508
Release notes
This is the first stable release of the Search API Database Search module.
It contains two small fixes as well as one larger, architectural change: #2083079: Store single-valued fields in a single, denormalized table. In this issue, Neil Drumm implemented a significant performance improvement for single-valued fields, so this module can be used on drupal.org.
Existing indexes won't be updated, only when you newly add a search index to a database search server you will be able to enjoy the performance boost. No further action is required.
Complete list of changes since release candidate 3:
- #1155568 by bember, drunken monkey, fabsor: Fixed indexing of historical date fields.
- #2083079 by drumm, drunken monkey: Added single, denormalized table for indexing single-valued fields.
- #2073443 by drunken monkey: Removed custom uninstall code for deleting dependent servers.