platform icon indicating copy to clipboard operation
platform copied to clipboard

Passing search input to scope as last parameter

Open mvehar-preskok opened this issue 3 years ago • 0 comments

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.

mvehar-preskok avatar Jan 15 '22 22:01 mvehar-preskok