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


Many thanks. It's amazing how obvious things are when somebody else points them out.

In gratitude

Don

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

Reply via email to