yiisoft / data

Data providers

Home Page:https://www.yiiframework.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check Like filter with iterable data provider

terabytesoftw opened this issue · comments

Data:

  • Alexander
  • Alexey
  • Boris
  • Alena

Filter:

  • Ale

Output:

  • Alexander
  • Alexey
  • Alena

Checked it. Works. Also, there is a test for it:

public function testLikeFiltering(): void