search
search copied to clipboard
CakePHP: Easy model searching
Hello, we're having an issue where when we use the search to search an entry in the DB that contains German umlauts (äöü) and it doesn't return results. Otherwise, the...
This PR proposes a refactor of the conditions generated by filters and enables passing fields as expressions. ## Motivations Right now, filters use strings concatenation to build conditions. This assumes...
I have params of 'city_id' => (int) 76, Which then triggers exception > Search\Model\Filter\Base::passedValue(): Return value must be of type array|string|null, int returned ```php /** * @return array|string|null */ protected...