jarektkaczyk / eloquence

Extensions for the Eloquent ORM
http://softonsofa.com
MIT License
1.09k stars 141 forks source link

searchable #259

Open pintu24aipl opened 4 years ago

pintu24aipl commented 4 years ago

not able to search for constant key value. For example I have to show active or Inactive users by using 0 and 1, when I have entered Active text then get all users with status 1. is it possible ?

pintu24aipl commented 4 years ago

get table name alias problem in searching in self join relation