jamesdordoy / laravel-vue-datatable

Vue.js Datatable made for Laravel
https://jamesdordoy.github.io/laravel-vue-datatable
MIT License
151 stars 52 forks source link

Unable to filter on values of multiple related models #117

Closed KacperGoedemiddag closed 3 years ago

KacperGoedemiddag commented 3 years ago

Hi,

I think I found a bug :)

In FilterBelongsToRelationships.php on line 32 there is a return statement. This return should be dropped otherwise the current loop will stop on the first iteration (the first relation). This way filters on other relations won't be applied anymore.

Kind regards,

Kacper Kowalski