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
But I am getting an error as: Referencing instance method 'contains' on 'QueryExpression' requires the types 'TableColumn<NewPlace.TableColumns.QueryValue, String?>.QueryValue' (aka 'Optional<String>') and 'String' be equivalent
It's because name is an optional, is there a solution other that making it non-optional?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there, I am trying to search based on a search text using
But I am getting an error as:
Referencing instance method 'contains' on 'QueryExpression' requires the types 'TableColumn<NewPlace.TableColumns.QueryValue, String?>.QueryValue' (aka 'Optional<String>') and 'String' be equivalentIt's because name is an optional, is there a solution other that making it non-optional?
Beta Was this translation helpful? Give feedback.
All reactions