You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invalid argument(s): Invalid property selector. Must reference a single property only
#0 QueryMixin.where (package:conduit_core/src/db/query/mixin.dart:75:7)
Expected behavior
Return a table where either the Employee name or family name contains the input string given.
System Information:
OS: Windows 10
Dart Version: 2.19
Conduit Version: 4.3.6
The text was updated successfully, but these errors were encountered:
Describe the bug
Unable to create OR statement like query using conduit
To Reproduce
Error message
Expected behavior
Return a table where either the Employee name or family name contains the input string given.
System Information:
The text was updated successfully, but these errors were encountered: