Hi, you have a mistake in documentation https://contributte.org/packages/contributte/datagrid/data-source.html#nextrasdatasource for Nextras\ORM filter text example. andWhere() does not support arrays but two string params. like ->andWhere('text1 LIKE %s', "%$value%") Am I right? If so update it please Nextras\Orm is the best thing in Nette world for the last years. It should be documented correctly to support users to use it...
Hi, you have a mistake in documentation https://contributte.org/packages/contributte/datagrid/data-source.html#nextrasdatasource for Nextras\ORM filter text example. andWhere() does not support arrays but two string params. like
->andWhere('text1 LIKE %s', "%$value%")
Am I right? If so update it please Nextras\Orm is the best thing in Nette world for the last years. It should be documented correctly to support users to use it...