- Affected version
- 2.3.5
While it is easy to modify DSL when searching, it is not as easy to process results as the raw response only seems to be exposed kinda in the middle of
Could smth. like
that gets called before
be added to the class?
XFES\Search\Source\Elasticsearch
which makes it complicated to work with.Could smth. like
PHP:
protected function processResponse(Query\Query $query, array &$response, array $dsl): void
that gets called before
PHP:
if (!$response || !isset($response['hits']['hits']))