Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
19.93 KB
MD5: 278528dc46fa4361fe76e4f76145e243
SHA-1: 82423eb781e05e26313c30064e67a128c3927bbe
SHA-256: 1e0802ef9c96fff2b54c728b08204e117ca16f3b6d973032102314821d333121
Download zip
22.06 KB
MD5: dc6151a17bd28aa0c086fb1181bfa911
SHA-1: 2363412d8bf8638f67958ae4e4623122c702b907
SHA-256: 9b815a6d5322851cc6f6d6c2f744e682dba54aa1d873059bc3b20f331f4ba20f
Release notes
This is the first release candidate for the Search API Database Search module. Compared to the Beta 4 release, numerous bugs were fixed and with the latest version of the Search API, all included test cases finally pass.
Complete list of changes:
- #1860028 by drunken monkey: Fixed fulltext filters with multiple words.
- #1805640 by drunken monkey: Fixed improper handling of 'missing' facets for fulltext fields.
- #1976708 by hefox: Fixed missing table prefix when creating fulltext field tables.
- #1414078 by drunken monkey: Fixed wrong reaction to server reverts.
- #1403916 by Christofer Roth, drunken monkey: Fixed facets for multi-word searches.
- #1144620 by axel.rutz, drunken monkey: Fixed problems with umlauts, accented characters, etc. on MySQL databases.
- #1346846 by drunken monkey, klaasvw: Fixed DB exception when indexing with stale index data.
- #1649042 by drunken monkey, Jelle_S, DYdave, mortona2k, sardbaba: Fixed handling of NULL values when indexing.