Closed (fixed)
Project:
Search API Solr
Version:
4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2021 at 14:30 UTC
Updated:
29 Apr 2026 at 10:36 UTC
Jump to comment: Most recent
Comments
Comment #3
saidatomComment #4
claudiu.cristeaSee the MR.
Comment #5
saidatomComment #6
saidatomGitHub PR
Comment #7
saidatomComment #8
dimilias commentedComment #9
mkalkbrennerWe already discussed the bad pattern of Search API Autocomplete to expect that a backend implements a "virtual" interface that doesn't really exist. That's even a bigger issue and not noted here. I think that the right solution would be to create the AutocompleteInterface within Search API.
For the issue here we should move Solr's autocomplete plugins into a search_api_solr_autocomplete sub-module that depends on search_api_autocomplete. And the schema from the current patch has to be moved there.
Comment #10
claudiu.cristeaDevelopment is done here https://github.com/mkalkbrenner/search_api_solr/pull/73
All remarks were addressed. RTBC
Comment #11
claudiu.cristea[comment removed]
Comment #12
mkalkbrennerThe tests fail: https://github.com/mkalkbrenner/search_api_solr/actions/runs/1583107311
Comment #13
claudiu.cristea@mkalkbrenner, we cannot fix tests as we cannot trigger them. Just waiting for the maintainer to run them is not productive.
Comment #15
mkalkbrennerThanks for your help with this!
I'll create a follow-up now to move the remaining autocomplete functionality into the new sub-module.