platform
platform copied to clipboard
Passing search input to scope as last parameter
Proposed Changes
Pass search input string to model scope. Passing as last argument to prevent breaking existing scopes.
Might cause problems, if scope is using unpacking of parameters (scope($builder, ...$inputParametrs)). In this case the search will leak into $inputParameters.