govCMS / GovCMS7

Current stable release of the main Drupal 7 GovCMS distribution, with releases mirrored at https://www.drupal.org/project/govcms
https://www.govcms.gov.au/
GNU General Public License v2.0
113 stars 76 forks source link

[GOVCMSD7-136] Update search_api_db 7.x-1.7 (from 7.x-1.6) #831

Open suhyeonh opened 5 years ago

suhyeonh commented 5 years ago

https://www.drupal.org/project/search_api_db/releases/7.x-1.7

Release notes This is release 1.7 of the Search API Database Search module, containing several bug fixes and new features.

Special attention should be given to the fix for issue #2940278: Decimal values from DB get indexed as TRUE in boolean index field: users indexing float/decimal fields as “Boolean” in Search API (using the Database backend) will have to re-index, since values were not converted properly before.

Complete list of changes since release 1.6:

2982443 by KarlShea, drunken monkey: Added support for the "(not) between" operators.

2855634 by drunken monkey, SpadXIII, levmyshkin, chris.jichen: Fixed update #7107.

2940278 by james.williams, drunken monkey: Fixed indexing of decimal values as boolean.

2897548 by drunken monkey: Fixed sorting on MySQL 5.7.

2879881 by drunken monkey: Fixed preprocessing of autocomplete keys.