---
title: "Exposed search filters, facets, blocks, and AJAX with Apache Solr Search module"
date: "2025-05-28T08:53:52+00:00"
summary: "Optimize Drupal search with Apache Solr: Learn about exposed filters, facets, and AJAX limitations in current versions."
image:
type: "article"
url: "/acquia-cloud-platform/help/69466-exposed-search-filters-facets-blocks-and-ajax-apache-solr-search-module"
id: "d4ba2024-e1a0-4ea1-aadf-f72d6f4083c3"
---

In the [current Drupal version](https://docs.acquia.com/service-offerings/guide/software-life-cycle#supported-drupal-version), views exposed filters, such as search results and blocks with facets, must not have caching enabled alongside AJAX, as the views AJAX request does not pass along the `?f[0]=` parameters used by exposed filters or facets to filter results as expected. The open issue on Drupal.org, [AJAX facet block seems to lose views context](https://www.drupal.org/project/facets/issues/2986981), will be updated as the community identifies fixes and workarounds.