Open paladino opened 9 years ago
Following REST API query works, but not through rt-kit.
http://rt-tracker/REST/1.0/search/ticket?query=('CF.{HostName}'='myhost' OR Subject LIKE 'myhost') AND Status != 'resolved'
Seems that LIKE is an issue. Not clear if it supports () either.
Thanks, Nick
Following REST API query works, but not through rt-kit.
http://rt-tracker/REST/1.0/search/ticket?query=('CF.{HostName}'='myhost' OR Subject LIKE 'myhost') AND Status != 'resolved'
Seems that LIKE is an issue. Not clear if it supports () either.
Thanks, Nick