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
'hostname="himik"' (as in example - single quotes outer, double around value) - FAIL, matches anything, print in stdout as double single: ''hostname=himik''
'hostname="himik"' - FAIL, matches anything, print in stdout ''hostname="himik"''
In the help example for clirecorder
App-LabRecorder/src/clirecorder.cpp
Line 10 in 84b9a6c
there is a statement, which in console looks:
but resolve_bypred accepts hostname, ex.:
So, IMO example statement should be corrected!
My testing on host "himik":
So, ONLY double quotes
searchstr
with a values in single quotes are able to work in Windows console.complex query
"hostname='himik' and type='EEG'"
works.Related issue: 99
The same behavior for LabRecorderCLI.exe 1.16.2 and 1.16.4 in Windows 10, in standard command console.
The text was updated successfully, but these errors were encountered: