Search API Exclude Entity and Drupal 11
The latest stable release, 3.0.1, declares a core version requirement of ^10 || ^11 || ^12, which covers Drupal 11.
Introduction This module is the Drupal 8+ / Search API successor to Apache Solr Node Exclude. It makes it possible to exclude nodes and other entities from being indexed in search indexes configured using Search API framework. Compared to the Drupal 7 / Apache Solr version is the new Drupal 8 version using a custom field type, widget and formatter for controlling the exclude status on entities.
Key facts
- Project
- search_api_exclude_entity
- Latest stable with Drupal 11 support
- 3.0.1 (8 Jul 2026)
- Core version requirement
- ^10 || ^11 || ^12
- Maintenance status
- Actively maintained
- Reported installs
- 13,495
- Last synced from drupal.org
- 21 Sept 2026
Every field above comes from the drupal.org API. The Drupal 11 status is derived from the core version requirement across this project's releases.
Source: drupal.org/project/search_api_exclude_entity
Related modules in Site search
Search API
ReadyGo beyond core's search functionality for content, users, and other entities. Display search results and integrate with external search backends (Solr, ElasticSearch, Algolia) via additional modules.
search_apiLatest stable 8.x-1.41169,654 sitesFacets
ReadyAllows users to add additional filters (facets) to search results, to further refine search results by some criteria (e.g. Amazon's search interface).
facetsLatest stable 3.0.759,323 sitesSearch API Autocomplete
ReadyThis module provides autocomplete functionality for Search API searches. Autocompletion can be activated and configured for each search (all search views and pages) individually, so you have fine-grained control over where autocompletion can be used – and by whom. Autocompletion only works on server backends supporting it. See the list features list for Drupal 7 and Drupal 8 .
search_api_autocompleteLatest stable 8.x-1.1241,319 sitesFacet API
Not yetOverview The Facet API module allows site builders to easily create and manage faceted search interfaces. In addition to the UI components that come out of the box, themers and module developers can build their own widgets that can optionally be contributed back to Drupal.org.
facetapiLatest stable 7.x-1.1012,372 sitesSearch API Database Search
Not yetThis module provides a backend for the Search API that uses a normal database to index data. It is therefore a cheap and simple alternative to backends like Solr, but can also be a great option for larger sites if you know what you're doing.
search_api_dbLatest stable 7.x-1.910,388 sitesCustom Search
PartialThis module alters the default search box in many ways. If you need to have options available like in advanced search, but directly in the search box, this module is for you. The module adds options to select: which content type(s) to search, which specific module search to use (node, help, user or any module that implements search), which taxonomy term to search in the results (by vocabulary),
custom_search10,172 sites