It seems
https://www.drupal.org/project/views_autocomplete_filters/issues/3345680
🐛
Attempt to read property "value" on null in src/Controller/ViewsAutocompleteFiltersController.php on line 220
Needs review
still "valid" for Compound fields, as Address field.
The current code, assumes that $view_entity->$real_field_name
it should be there.
Create an Address field and use (for example) its locality in View as both field and filter with autocomplete.
There should be similar error as mentioned in
https://www.drupal.org/project/views_autocomplete_filters/issues/3345680
🐛
Attempt to read property "value" on null in src/Controller/ViewsAutocompleteFiltersController.php on line 220
Needs review
Check existence of the field $view_entity->$real_field_name
And if not, return the "View result" value. There could be sevaral ways for Compound field is built and also its Views integration.
So, maybe something $view_entity->$real_field_name->property
will not always work.
---
---
---
---
Fixed
2.0
Code