ElasticsearchDSL icon indicating copy to clipboard operation
ElasticsearchDSL copied to clipboard

Unable to extend Search class

Open jariesdev opened this issue 4 years ago • 1 comments

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

jariesdev avatar Mar 06 '20 14:03 jariesdev

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

einorler avatar Jul 24 '20 12:07 einorler