Install
Works with Drupal: ^8.8 || ^9Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
545.46 KB
MD5: 1dd723b96e1570836241585010dc4d82
SHA-1: 6c792482c869319d352892abfa151682e1fabfe7
SHA-256: cd64fd2c4554272f84c2022addd9857267ec2d4071ca847af7007c5221671e79
Download zip
866.25 KB
MD5: 892d79849dc43db3c5cf6567cb2eb204
SHA-1: 0f3b7187f4a04b98bacd046697699cd1e863188e
SHA-256: 48c35eabf6a0f71bf2bf2964ced15c5806a5612be2f035aeb169f22537393fb1
Release notes
This is release 1.21 of the Search API module, containing several bug fixes and new features.
Two issues that are currently of interest:
- In #3214236: How to change input type from "text" to "search" it is suggested to change the HTML
typeattribute for the Views fulltext search filter tosearch(fromtext). Would be great to get frontend people’s feedback there on whether and how we could/should do this. - #3228210: Fix current test failures added a prefix length on the
UNIQUE KEYof thesearch_api_taskfor MySQL (not for other drivers). Please make sure this is not a problem on your website, and please provide feedback in case you have an opinion on this. (In this case, please ping me to have me re-open the issue.)
Complete list of changes since release 1.20:
- #3199906 by carolpettirossi, drunken monkey: Added an option for disabling tracking of changes in related entities.
- #3230791 by Anul, drunken monkey: Converted the remaining README.txt files to markdown.
- #2958811 by drunken monkey, Niklan, Andriy Khomych: Fixed bug in AddURL processor during REST requests.
- #3228533 by drunken monkey: Fixed mock object type hints in comments.
- #3212925 by drunken monkey, DiegoPino: Fixed some processors removing "(not) empty" conditions.
- #3228210 by drunken monkey, DiegoPino: Fixed current test failures.
- #3201305 by mkalkbrenner, drunken monkey, Sam152: Added more options (including customized ones) for fulltext field boost values.
- #3206362 by drunken monkey, zviryatko: Fixed serialization of fields.
- #3226933 by drunken monkey: Fixed some exception handling problems.
- #3065771 by New Zeal, drunken monkey, onedotover, PaulDinelle: Fixed passing multiple values to "All taxonomy term fields" Views contextual filter.
- #3220988 by varshith, drunken monkey: Fixed display of Stemmer processor on non-English sites.
- #3198412 by drunken monkey: Fixed error handling in tracker plugin methods.
- #3193690 by jungle, drunken monkey, Charlie ChX Negyesi, longwave: Fixed creation of duplicate tasks.
- #3195199 by drunken monkey, claudiu.cristea: Fixed config schema for Views bulk form.
- #3013663 by chr.fritsch, drunken monkey, merauluka: Added performance improvement for item tracking.
- #3226699 by drunken monkey: Added explicit accessCheck() call to all entity queries.
- #2348117 by ekes, drunken monkey: Added support for core REST data views.
- #3226642 by drunken monkey: Added "lifecycle" key to .info.yml file.