vuongxuongminh / yii2-searchable

Provide simple full-text search for Yii2 Active Record.
BSD 3-Clause "New" or "Revised" License
18 stars 10 forks source link

[Enh] Auto attach Active Record behavior when this class using `SearchableTrait` #1

Open vuongxuongminh opened 5 years ago

vuongxuongminh commented 5 years ago

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 of the Active Record.