Is it possible to "and" inside an "or" method in JS client?

.or(start_time.gt.${currentUTCTime}&status.eq.cancelled)

Something like this ^
Was this page helpful?