['Build Status'](https://travis-ci.org/shopwwi/webman-scout.svg?\Builder
*/
protected function makeAllSearchableUsing($query)
{
return $query->with```php
use app\model\Goods;
$goods = Goods::search('webman')->where('status', 1)->get();//你可以使用 whereIn 方法将结果限制在给定的一组值上:
$goods = Goods::search('webman')->whereIn(
'status'