Speed up a Laravel query where a field from relationship matches at least all elements of a given array

前端 未结 0 801
说谎
说谎 2020-12-04 03:54

I\'m using the query below to get all results matching at least all elements of an array:

$colors_array = [\'red\', \'green\', \'blue\'];

Foo::with(\'colors\         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题