On 19/06/2014 19:16, Don Grunbaum wrote:
I have set up an entry with the values:

fields name,episode
search0 value1
search1 value2

Fields are not searched individually. "fields name,episode" means each of your search terms is applied against the two fields concatenated with a space - "<name> <episode>". Use a regular expression to constrain the match and get effectively an AND result, something like:

fields name,episode
search0 value1.*value2


_______________________________________________
get_iplayer mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/get_iplayer

Reply via email to