yii2-searchable icon indicating copy to clipboard operation
yii2-searchable copied to clipboard

Provide simple full-text search for Yii2 Active Record.

Results 7 yii2-searchable issues
Sort by recently updated
recently updated
newest added

SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens It seems orderBy params not binding correctly. I am using php 7.4.8 and Yii 2.0.36 echo...

Can this be searched in several models at once?

don't support customized tokenizer?

Currently we can not make a searchable query condition when have query relations. I suggest add macro methods in Active Query class like `andSearchWhere`, `orSearchWhere`, `searchWhere` to support this feature,...

bug

I guess it's necessary to develop drivers for full text search in different packages: - yii2-searchable-tntsearch - yii2-searchable-elasticsearch - yii2-searchable-db

We can make a simple config for Active Record (not need define behavior) with auto attach. If class using trait, the behavior will be attach automatically via global init event...

enhancement
good first issue