A梦
A梦
我记得我之前是在个py文件里面改的,现在部署在服务器上,客户端传参进去后,直接返回了识别结果
I have the same trouble,internal error
can i replace all the "startWith" with "contains",or how to modify the source code ,sorry ,i'm a noob
Hi,all the guys,I fixed this problem in v0.28.3.Just add a '%' in SearchService.php. In detail. in \app\Entities\SearchService.php,about line 196. modify $query->orWhere('term', 'like', $inputTerm . '%'); to $query->orWhere('term', 'like', '%'.$inputTerm ....
兄弟解决了没,我也是
我弄好了,在laravel6里面,array_set变成了Arr::set() https://learnku.com/docs/laravel/6.x/helpers/5164#method-array-set