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
Dashboard provides a search field, where I can input one search string. e.g. "Radar" and then it shows only all device with "Radar" in their names.
But I want also to add an adiitional search string with e.g. "Motion".
Is it possible to use "OR" keyword or something similar ?
Or use a REGEX expression for filtering ? (e.g. .*Radar.*|.*Motion.*)
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Dashboard provides a search field, where I can input one search string. e.g. "Radar" and then it shows only all device with "Radar" in their names.
But I want also to add an adiitional search string with e.g. "Motion".
Is it possible to use "OR" keyword or something similar ?
Or use a REGEX expression for filtering ? (e.g.
.*Radar.*|.*Motion.*)Beta Was this translation helpful? Give feedback.
All reactions