Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
32.16 KB
MD5: b9b34b4e5822c0bde8ccabe5368b2baa
SHA-1: b8bd57f380b23d87cff1965be43090fbbcffe5e7
SHA-256: 0880b663f34f8dc42c2ca8f6ac6b6fe66d264d43bec9e6128b574e5b0d2d26ce
Download zip
34.54 KB
MD5: dc25ccaec389a97c839203650c5efcd6
SHA-1: f24ee484652cf2e9a0de4568fdd9de5aaeed6e87
SHA-256: 86b01f68c54ccd4d292a1d258fb50dedad3d4f623c99a31085dc8d71dc5af484
Release notes
This is stable release 1.3 of the Search API Database Search module, containing both new features and bug fixes.
The most important changes are:
- Several performance improvements made by Neil Drumm to be able to use this module on drupal.org.
- #1299238: Add option for partial matching, adding the long-requested "partial matching" feature.
- Some fixes for Postgres-specific bugs which now finally makes the test suite pass for Postgres databases.
Updating your used module version is recommended. Please don't forget to run update.php after doing so!
Complete list of changes since release 1.2:
- #1299238 by Johnny vd Laar, drunken monkey, JeroenT: Added the option to return partial matches.
- #1912332 by drunken monkey: Fixed error when facet calculation leads to exception.
- #2231829 by krisahil, drunken monkey: Fixed indexed scores to be integers.
- #2219525 by drunken monkey: Fixed tests in PostgreSQL.
- #2207205 by drumm: Changed score from float to int.
- #2140321 by drunken monkey: Fixed grouping error in PostgreSQL.
- #2170689 by drumm: Added a (word, field_name) covering index on text tables.
- #1144620 by drunken monkey, cmonnow: Fixed problems with umlauts, accented characters, etc, in PostgreSQL.
- #1390586 by Damien Tournoud, drunken monkey: Added support for OR facets.
- #1658964 by figureone, drunken monkey: Fixed support for facets with count 0.
- #2170681 by drumm: Improved fulltext search performance further.
- #2155767 by drumm, drunken monkey: Added fulltext search performance improvement.