Re: use {!surround} with more conditions

2014-11-24 Thread Ahmet Arslan
Hi, Not sure about SomeField:* but others should work. You can move clauses that do not require surround to filter queries. e.g. fq=-SomeField:Text3* Ahmet On Monday, November 24, 2014 4:33 PM, Bet Hel wrote: Can't make surround work with other conditions... for example: {!surround}SomeFiel

use {!surround} with more conditions

2014-11-24 Thread Bet Hel
Can't make surround work with other conditions... for example: {!surround}SomeField:30w(Text1*,Text2*) -SomeField:Text3* SomeField:* -{!surround}SomeField:30w(Text1*,Text2*) Is that doable?