How to setMatchMode and SetSortMode v.v with yii2-sphinx

Hi all,

I want to use extension yii2-sphinx

Please guide for me.

and create SphinxQL like mysql command below thanks




SELECT MATCH('content') AGAINST ('keyword1

keyword2') as Relevance FROM table WHERE MATCH

('content') AGAINST('+keyword1 +keyword2' IN

BOOLEAN MODE) HAVING Relevance > 0.2 ORDER

BY Relevance DESC