| 1 | <?php |
||
| 17 | trait ElementListTrait |
||
| 18 | { |
||
| 19 | use ModifyElementQueryTrait, |
||
| 20 | NormalizeValueTrait, |
||
| 21 | InputTrait; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @var bool |
||
| 25 | */ |
||
| 26 | protected $ignoreSearchKeywords = true; |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @inheritdoc |
||
| 30 | */ |
||
| 31 | public function getSearchKeywords($value, ElementInterface $element): string |
||
| 39 | } |
||
| 40 |