Closed (fixed)
Project:
Search API Autocomplete
Version:
8.x-1.x-dev
Component:
General code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2024 at 17:44 UTC
Updated:
6 Jul 2024 at 11:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
samitk commentedComment #3
samitk commentedHi @drunken monkey,
Please review the patch.
Thanks
Samit K.
Comment #4
drunken monkeyThanks for the patch!
However, is there a reason you removed
src/AutocompleteBackendInterface.php? This seems quite unrelated to Drupal 11 support.Created an MR that just declares support, should be all that’s needed. Unfortunately, we cannot properly test this until Search API and Search API Pages declare Drupal 11 support, too.
Comment #6
samitk commentedHi @drunken monkey,
As search_api also have the same
AutocompleteBackendInterfaceinterface.modules/contrib/search_api/src/Contrib/AutocompleteBackendInterface.phpThanks
Samit K.
Comment #8
drunken monkeyMerged. Thanks again!
Comment #10
drunken monkeyKeeping this open so I remember to turn on testing against Drupal 11 once it’s available. However, still waiting on Search API Pages (#3427144: Make module compatible with Drupal 11) for that.
Comment #11
drunken monkeyTurns out the Search API module itself is not ready (currently just throws fatal errors, see #3425235-12: Make the Search API module compatible with Drupal 11), so still need to wait for that, too.
I did, however, just commit the Search API Pages patch, so that’s something.
Comment #14
ankitv18 commentedAs search_api is released with D10.1 and D11 support, Rechecking if any work is left on this.
Comment #18
ankitv18 commentedComment #21
drunken monkeyLooks great, thanks! Just fixed the remaining fail in
SearchCrudTestand then merged.Thanks again!