I am trying to build a Smart Collection for a show using the duration of the episode, but I don't see anything in the documentation in regards to relational operators such as < (less than), > (greater than), <= (less than or equal), and >= (greater than or equal).
Assuming I would like to include all episodes of a particular show, but only episodes 30 minutes or less, I would assume to use syntax similar to:
type:episode AND title:"particular show" AND minutes<=30
Or maybe:
type:episode AND title:"particular show" AND minutes:<=30
I can currently search using "minutes:30", but the search only returns episodes of roughly 30 minutes.
Maybe this is a feature request... :-)