jarektkaczyk / eloquence-base

base for the Eloquence extensions + Searchable
https://softonsofa.com
MIT License
77 stars 69 forks source link

Does not work with staudenmeir/belongs-to-through #33

Open sergejostir opened 3 years ago

sergejostir commented 3 years ago

BelongsToThrough isn't included in Laravel core, so we have to use this third party package. The roblem is that it doesn't work with eloquence searchable. The SQL query that is constructed is missing a column name and value it has to match with.