dillingham / formation

Laravel search, sort, and filters
MIT License
0 stars 0 forks source link

nested search #31

Open dillingham opened 2 years ago

dillingham commented 2 years ago

$column = explode('.', $column); vs Str::afterLast and beforeLast

allow posts.author.name

where posts.author = $column[0]