devgroup/yii2-entity-search

Allows searching ActiveRecords with various conditions, events and addons

dev-master 2017-01-27 09:13 UTC

This package is auto-updated.

Last update: 2024-03-11 13:11:29 UTC


README

Allows searching ActiveRecords with various conditions, events and addons

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist devgroup/yii2-entity-search "*"

or add

"devgroup/yii2-entity-search": "*"

to the require section of your composer.json file.

Usage

TBD

Migration from legacy

To migrate from the version when everything was inside of yii2-data-structure-tools.

  1. Change the namespace of all used components from DevGroup\DataStrcuture\search to:
  • DevGroup\EntitySearch for base components
  • DevGroup\EntitySearchProperties if it is property component. You will need devgroup/yii2-entity-search-properties package too.
  1. Something else???