| Total Complexity | 3 |
| Total Lines | 42 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types = 1); |
||
| 18 | class Searcher extends \Suilven\FreeTextSearch\Base\Searcher |
||
| 19 | { |
||
| 20 | /** @return array<string,array<string,string>> */ |
||
| 21 | public function search(?string $q): SearchResults |
||
| 53 | } |
||
| 54 | |||
| 55 | |||
| 56 | /** @param \SilverStripe\ORM\DataObject $dataObject a dataObject relevant to the index */ |
||
| 57 | public function searchForSimilar(DataObject $dataObject): SearchResults |
||
| 62 |