Hello,
regardless the fact I'm a bit uncertain on the purpose of such condition (I mean, I'm wondering what way you want to use it on your page), you could use search condition with brackets:
(+ap1name:n +ap1minPrice:[(int)price TO (int)999999999] +ap1maxPrice:[(int)0 TO (int)price]) (+ap2name:n +ap2minPrice:[(int)price TO (int)999999999] +ap2maxPrice:[(int)0 TO (int)price]) (+ap3name:n +ap3minPrice:[(int)price TO (int)999999999] +ap3maxPrice:[(int)0 TO (int)price])
Please note, I haven't tested it so you might need to play with it if necessary. Moreover, you will need to pass
n and
price parameters to make it work.
Best regards
Ondrej Vasil