Relative Content

Tag Archive for laravelsearchpolymorphismpolymorphic-relationship

Search on polymorphic relation in Laravel

I have a table that has a polymorphic relation with 3 tables, maintenance_dealer, obsolescence_dealer, and Hospital_Equipment_Master. I want to search based on two tables only maintenance_dealer and obsolescence_dealer, but whenever I send a request it searches all tables and since some relationships are only defined in maintenance_dealer and obsolescence_dealer, and not on Hospital_Equipment_Master it throws an error.
Here is my code: