How can i make morph realtion searchable #980
rohit-sukanfood
started this conversation in
General
Replies: 1 comment
-
Adjust your builder query, for example:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I m trying to implement morph relationship searchable but its not working properly
public function supplier(): MorphOne { return $this->morphOne( SupplierProxy::modelClass(), "account" ); }
so when i try to make it searchable its not working and i know this package does not support morph relationship query but is there any ways to do it.
Beta Was this translation helpful? Give feedback.
All reactions