ongr-io / ElasticsearchDSL

Query DSL library for Elasticsearch
MIT License
461 stars 200 forks source link

Unable to extend Search class #311

Open jariesdev opened 4 years ago

jariesdev commented 4 years ago

I'm trying to extend the Search but getting an error:


use ONGR\ElasticsearchDSL\Search;

class ProductSearch extends Search
{
}

Error on private initializeSerializer method:

`Cannot access property ElasticSearch\Searches\ProductSearch::$serializer`

PHP: 7.2.26
einorler commented 4 years ago

Hey, Is there a reason you want to extend it?