为了账号安全,请及时绑定邮箱和手机立即绑定

对于 Laravel/Scout 全文搜索包的终极困惑?

对于 Laravel/Scout 全文搜索包的终极困惑?

PHP
浮云间 2019-03-13 10:22:11
使用默认的方法是没问题的(如下): public function toSearchableArray() { #_ Read Data $Arr_Posts = $this -> toArray(); #_ Back to Scout return $Arr_Posts; } 但是我想加条件的话 public function toSearchableArray() { #_ Read Data $Arr_Posts = $this -> select(['title','content']) -> get() ->toArray(); #_ Back to Scout return $Arr_Posts; } 就会出现如下提示: Record at the position 6 objectID=10 is too big size=24300 bytes. Contact us if you need an extended quota
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 545 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信