Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to extend Search class #311

Open
jariesdev opened this issue Mar 6, 2020 · 1 comment
Open

Unable to extend Search class #311

jariesdev opened this issue Mar 6, 2020 · 1 comment

Comments

@jariesdev
Copy link

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants