Drupal 10 alpha7 introduced the $offset property to the QueryPluginBase as a public int property. (https://git.drupalcode.org/project/drupal/-/blob/10.0.0-alpha7/core/modu...)
That produces the following error:
Fatal error: Access level to Drupal\elasticsearch_connector_views\Plugin\views\query\ElasticsearchViewsQuery::$offset must be public (as in class Drupal\views\Plugin\views\query\QueryPluginBase) in /app/web/modules/contrib/elasticsearch_connector/modules/elasticsearch_connector_views/src/Plugin/views/query/ElasticsearchViewsQuery.php on line 26
1
Modify ElasticsearchViewsQuery.php to support the changes introduced by the Drupal Core.
Needs review
7.0
Code