Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
27.16 KB
MD5: 78160ac36ece6d9235c424a6ef4f0da4
SHA-1: b7c5cc294eb6770a762e6c46e93ac42c8658d374
SHA-256: 45584414192274720c1f423efa809158133f251e642659b5a233015da222e148
Download zip
29.56 KB
MD5: 359d9053a89fcafc944056a7b69a003d
SHA-1: c99b7c942221e836aa6b5fd6e1ab6c0a5c4f4999
SHA-256: 8f772362c9b92a042a7661f6a31505f3baa9596a4a59aa2f49852f5845955b18
Release notes
This is release 1.1 of the Search API Database Search module, containing several bug fixes as well as a few performance and compatibility improvements. Test coverage and robustness were also improved.
Note: If your are using a non-default database (not the database Drupal is running on) for your search server, there may be some serious bugs in this release. Please don't update but wait for version 1.2, and help test in #2147361-7: Use Database::getConnection() instead of setDb() magic!
Complete list of changes since release 1.0:
- #2138669 by drunken monkey, acouch: Fixed MS SQL error for primary key on nullable column.
- #2147361 by drunken monkey: Revised non-default database support to be more robust.
- #2126291 by drunken monkey: Update error handling according to the latest Search API change.
- #2136409 by drunken monkey: Fixed handling of NULL filters.
- #2135595 by drumm, drunken monkey: Added support for the new "skip result count" option.
- #2127001 by drunken monkey: Fixed negated fulltext searches.
- #2134667 by drunken monkey: Fixed tests to not depend on the Search API UI.
- #1916474 by drunken monkey: Fixed indexing of multi-valued float fields.
- #2111753 by drunken monkey: Added additional tests for ORed fulltext keywords.