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
mcmd add user "henk maria" --with-email [email protected]
mcmd give "henk maria" view dataexplorer
Expected behavior
Command succeeds.
Observed behavior
❌ Field \'q\' of \'entityCollectionRequestV2\' Failed to convert property value of type java.lang.String to required type org.molgenis.web.rsql.QueryRsql for property q; nested exception is org.springframework.core.convert.ConversionFailedException: Failed to convert from type [java.lang.String] to type [org.molgenis.web.rsql.QueryRsql] for value username==henk maria; nested exception is cz.jirutka.rsql.parser.RSQLParserException: cz.jirutka.rsql.parser.ParseException: Encountered " <UNRESERVED_STR> "maria "" at line 1, column 16.\nWas expecting one of:\n <EOF> \n <AND> ...\n <OR> ...\n
✅ If you run mcmd give "'henk maria'" view dataexplorer, the command succeeds again.
The text was updated successfully, but these errors were encountered:
Possible solution: Port our JS RSQL library to Python
How to Reproduce
Expected behavior
Command succeeds.
Observed behavior
❌
Field \'q\' of \'entityCollectionRequestV2\' Failed to convert property value of type java.lang.String to required type org.molgenis.web.rsql.QueryRsql for property q; nested exception is org.springframework.core.convert.ConversionFailedException: Failed to convert from type [java.lang.String] to type [org.molgenis.web.rsql.QueryRsql] for value username==henk maria; nested exception is cz.jirutka.rsql.parser.RSQLParserException: cz.jirutka.rsql.parser.ParseException: Encountered " <UNRESERVED_STR> "maria "" at line 1, column 16.\nWas expecting one of:\n <EOF> \n <AND> ...\n <OR> ...\n
✅ If you run
mcmd give "'henk maria'" view dataexplorer
, the command succeeds again.The text was updated successfully, but these errors were encountered: