Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Release notes
This is the Alpha 17 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 unstable and should only be used with great care in a production environment. No data update paths will be provided for Alpha versions of this module, so upgrading to this version, or from this to a later one, might discard some of your search configuration. Use with care!
For information about the development progress, see the list of issues, and especially the list of Beta blockers.
We currently plan to release the first Beta version within the next weeks.
This release is compatible with the following related contrib module releases:
Complete list of changes since the Alpha 16 release:
- #2761719 by drunken monkey, mkalkbrenner: Fixed removing of fields when their datasource is removed.
- #2773213 by sardara: Fixed type hint in DisplayDeriverBase to use interface instead of class.
- #2777483 by borisson_, drunken monkey: Fixed implicit taxonomy module dependency.
- #2747283 by dawehner: Adapted the DB backend's Autocomplete integration to the module's D8 version.
- #2774407 by alan-ps: Disabled the "Highlighting" processor in the Defaults module.
- #2230907 by drunken monkey, borisson_: Split up Utility into multiple services.
- #2772733 by alan-ps: Fixed the "Search indexes" info for servers.
- #2772693 by drunken monkey: Moved the "parse mode" setting form the Views query to the fulltext filter/argument.
- #2775437 by drunken monkey: Fixed the tests.
- #2612104 by drunken monkey, Antonnavi: Fixed left-over fields when processors or datasources are removed.
- #2268867 by drunken monkey: Updated our README.txt files.
- #2284199 by drunken monkey: Fixed presence of unindexable "custom storage" fields when adding fields.
- #2454517 by drunken monkey: Added support for skipping tracking of entity CRUD events.
- #2650270 by drunken monkey: Added a method for access checks to datasources.
- #2490804 by drunken monkey: Added proper tests for FieldsProcessorPluginBase::testField().
- #2766451 by drunken monkey: Updated database backend autocomplete integration.
- #2721553 by alan-ps, drunken monkey: Changed the "data sources" select box to checkboxes.
- #2761749 by drunken monkey: Fixed name of the "Node grants" field in the DB defaults module.
- #2764947 by jhedstrom: Removed the "search_api_task" table from hook_schema().
- #2352475 by drunken monkey: Added a hook for altering a backend's features.
- #2445251 by drunken monkey: Fixed plugin form validation/submission logic.
- #2761355 by drunken monkey: Made the GET parameters of the default search view more user-friendly.
- #2732881 by larowlan, drunken monkey: Fixed wrong theme being used by "Rendered item" processor.
- #2230951 by m1r1k, drunken monkey, Manjit.Singh: Fixed several problems of the Drush integration.
- #2727707 by drunken monkey: Fixed listing of "Aggregated field" in aggregated field configuration.
- #2733409 by rajeshwari10, drunken monkey: Fixed docs for the Views query addWhere() method.
- #2760953 by drunken monkey: Fixed problems with defaults module view and field extraction in processors.
- #2762443 by borisson_: Updated phpcs.xml to follow Drupal Core.
- #2758583 by drunken monkey, mpp: Fixed processor modification code.
- #2134803 by drunken monkey: Added a "processing level" setting to search queries.