Query( $words, \'test1\' );" />
开发者

sphinx return everything using Query

开发者 https://www.devze.com 2022-12-25 10:52 出处:网络
Is it possible to return ev开发者_如何学Pythonerything? when $words=\"\" $result = $cl->Query( $words, \'test1\' );

Is it possible to return ev开发者_如何学Pythonerything? when $words="" $result = $cl->Query( $words, 'test1' ); it returns nothing, is there a way for it to return everything?


Try searching for *.


What matching mode do you use?

For full scan, you can use SPH_MATCH_FULLSCAN search mode.

Also, SPH_MATCH_EXTENDED2 support fullscan, simply put empty string into Query function as you did.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号