Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
379.85 KB
MD5: b60f79d6de749681f8b6b37fef617d4d
SHA-1: ad39e52ae3217715f1c614edf7971309ca49c9e7
SHA-256: 3286488af507a57322b207c36ce74082c3e1a6fc1ca26ca4afe086c4f0a4c476
Download zip
592.94 KB
MD5: 4db69c2d775fa84b6f92bfd0f2e92715
SHA-1: 77e79980b56ca722080477e5b3e9aa8fffa87fb1
SHA-256: ed86d06e82508efde1188cde799975ebbe7946c1dd506f558b61e137ff18cbd1
Release notes
This is the Beta 4 release of the Search API module's Drupal 8 version.
While there are no known major bugs and the module is fully usable at this point, this version is still not completely stable and should only be used with great care in a production environment. Especially, the Drupal Security Team will not cover this release, so security-relevant issues might be discussed and resolved publicly (in case any are discovered).
If you want to help get this module to a stable release, or get an idea of the current status, please see the list of release blockers and targets.
Complete list of changes since the Beta 3 release:
- #2839981 by borisson_, drunken monkey: Fixed search ID for non-page views.
- #2834350 by alan-ps: Fixed missing field restriction in DB backend autocomplete code.
- #2809469 by StryKaizer, borisson_, drunken monkey, pfrenssen: Fixed incompatible cache modes used for Search API views.
- #2839142 by borisson_, drunken monkey: Added new test for Defaults module index creation.
- #2831436 by borisson_, drunken monkey: Added dependency information to display plugins.
- #2836994 by dermario: Fixed order of facets in DB backend unreliable.
- #2839445 by borisson_: Fixed test failure in for some Core versions.
- #2833229 by timcosgrove: Removed array type hinting for batch contexts.
- #2656052 by drunken monkey: Removed the "plugin_id"/"settings" sub-level of index plugin settings.
- #2837099 by drunken monkey: Fixed the tests in latest Drupal 8.3 dev version.
- #2709351 by drunken monkey: Fixed invalid processor configurations when field configuration changes.
- #2829351 by SchnWalter, drunken monkey, borisson_: Fixed $entity->search_api_skip_tracking for nodes.
- #2827961 by drunken monkey, Steven Jones: Fixed problems with giant scores in DB backend.
- #2823985 by felribeiro, dermario, borisson_: Added an integration test for the "Role filter" processor.
- #2832015 by mkalkbrenner: Removed translations from functional tests.
- #2828184 by ekes: Fixed bug in Stemmer config form validation.
- #2828848 by mkalkbrenner, drunken monkey, borisson_: Prepared IntegrationTest to be executed with different backends.
- #2828148 by ekes, borisson_, drunken monkey: Fixed problem when stemming multiple words at once.
- #2826822 by drunken monkey: Fixed use of illegal typed data type "text".
- #2826308 by drunken monkey, mkalkbrenner: Fixed unwanted filter in Views tests.
- #2734897 by niko-, drunken monkey: Added tests for preIndexSave() implementations.
- #2650364 by drunken monkey: Added a "skip access checks" option to the Views relationship plugin.
- #2826160 by keboca, drunken monkey: Fixed config form of "Role filter" processor to be more robust.
- #2753815 by niko-, drunken monkey, itsekhmistro, borisson_: Ported Simpletest web tests to BrowserTestBase tests.
- #2358065 by tstoeckler: Added the option for highlighting of partial matches to the processor.
- #2470837 by sinn, drunken monkey: Added documentation on why to disable Core Search.
- #2767609 by drunken monkey, borisson_: Added backend tests for empty value conditions.
- #2789431 by phenaproxima, drunken monkey: Added possibility to display processor-generated fields in Views.
- #2822553 by niko-: Removed a test assertion that failed when run via GUI.
- #2821445 by drunken monkey: Fixed warning in HTML filter for non-HTML fields.
- #2733185 by sinn, drunken monkey: Added documentation and tests for tracker and display plugin alter hooks.
- #2824326 by Jo Fitzgerald: Fixed generated autocomplete suggestions of the DB backend.
- #2824932 by mkalkbrenner: Fixed incorrect indexing call in backend tests.
- #2821498 by stBorchert: Increased our required minimum Core version to 8.2.
- #2816979 by drunken monkey: Added click-sorting for indexed fields in Views.
- #2779159 by mark_fullmer, drunken monkey, borisson_: Added a Stemmer processor.
- #2799497 by drunken monkey: Added a getter for the Views query's "where" property.
- #2574583 by drunken monkey: Fixed loading of entities from excluded bundles.
- #2795861 by sinn: Removed some deprecated methods.
- #2748323 by sinn: Fixed comment reference to removed method alterPropertyDefinitions().
- #2809753 by drunken monkey: Fixed issues with multiple OR facets.
- #2821955 by mkalkbrenner: Adapted processor test base for use with other backends.
- #2819637 by alan-ps: Renamed use of the DB layer rollback() method to rollBack().