INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Search Expression Syntax Problem  (Read 1905 times)

mikebinz

  • Recent member
  • *
  • Posts: 6
Search Expression Syntax Problem
« on: April 28, 2011, 12:18:19 pm »


~dup=[name]                     works fine  (http://wiki.jriver.com/index.php/Smartlist_and_Search_-_Rules_and_Modifiers)
[isequal([filename,E:,7)]=1   works fine  (http://wiki.jriver.com/index.php/Media_Center_expression_language)

Both work fine individually, but I want to combine them to get the intersection of these two groups (ie AND the two conditions)

~dup=[name] and [isequal([filename,E:,7)]=1 etc don't work
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 42027
  • Shoes gone again!
Re: Search Expression Syntax Problem
« Reply #1 on: April 30, 2011, 01:57:53 pm »

Anything that starts with a tilde is a post-processor.

That means it's run _after_ evaluating all the other rules.

If you put the two rules in their own smartlists and make a third smartlist that includes the first two smartlists, you might be able to get around the post-processor issue.
Logged
Matt Ashland, JRiver Media Center
Pages: [1]   Go Up