- Issue created by @mr.valters
- First commit to issue fork.
- 🇱🇻Latvia biguzis
In project also I had similar error(https://monosnap.com/file/w5ZjioW5pPKFcL3Z1fYSXdf42YEbhm) for $orderby, but with protected it wasn't working, so I used public.
Error:
Deprecated function: Creation of dynamic property Drupal\elasticsearch_helper_views\Plugin\views\query\Elasticsearch::$where is deprecated in Drupal\views\Plugin\views\query\QueryPluginBase->setWhereGroup() (line 178 of core/modules/views/src/Plugin/views/query/QueryPluginBase.php).
Add $where property for a class `Drupal\elasticsearch_helper_views\Plugin\views\query\Elasticsearch`
Active
8.0
Code
In project also I had similar error(https://monosnap.com/file/w5ZjioW5pPKFcL3Z1fYSXdf42YEbhm) for $orderby, but with protected it wasn't working, so I used public.