Lost SearchApiSolrBackend autocomplete query conditions

Created on 22 February 2022, about 3 years ago
Updated 31 December 2024, 3 months ago

Setup

  • Solr version:7.7.3
  • Drupal Core version:9.3.5
  • Search API version:1.23
  • Search API Solr version:4.2.7
  • Configured Solr Connector:Acquia Connector 3.0.4

Issue

Basic setup, solr index, with some indexed content.
Create a view with an exposed full text search and configure it for autocomplete (any of Live/Server plugins).
Add a content type filter in the view, so that the view only lists certain content type.

In the getAutocompleteSuggestions() function of SearchApiSolrBackend, we have a view based query and a solarium query.
The view based query has the correct conditions set, based on the view, while the solarium query has solr specific config.

When the results are being generated by the following line, it seems like the view query is ignored altogether, thus leading to incorrect suggestions.
$result = $this->getSolrConnector()->autocomplete($solarium_query, $this->getCollectionEndpoint($query->getIndex()));

πŸ’¬ Support request
Status

Fixed

Version

4.2

Component

Code

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡³πŸ‡±Netherlands e.ruiter

    I spend hours of debugging and thinking that I was doing something wrong with the view. Then figured out that the views conditions are actually in the query but not added in the SOLR request.

    Does anyone have a solution for this?

  • πŸ‡ΊπŸ‡¦Ukraine khiminrm

    I've faced with the same issue. Any solution?

Production build 0.71.5 2024