Re: Expressing "not equals" in Block Join Parent Query

2017-04-06 Thread Zheng Lin Edwin Yeo
Thanks for your reply. Meaning there is still a need to include accountNo_s:* before we put the "not equals" parameters? Regards, Edwin On 6 April 2017 at 15:49, Mikhail Khludnev wrote: > &fq={!parent which="contentType_s:Header"}accountNo_s:* -accountNo_s > :"123456" > > 05 апр. 2017 г. 21:4

Re: Expressing "not equals" in Block Join Parent Query

2017-04-06 Thread Mikhail Khludnev
&fq={!parent which="contentType_s:Header"}accountNo_s:* -accountNo_s :"123456" 05 апр. 2017 г. 21:47 пользователь "Zheng Lin Edwin Yeo" < edwinye...@gmail.com> написал: > Hi, > > Is there any way which we can express not equals in Block Join Parent > Query? > > For example, I want to find account

Expressing "not equals" in Block Join Parent Query

2017-04-05 Thread Zheng Lin Edwin Yeo
Hi, Is there any way which we can express not equals in Block Join Parent Query? For example, I want to find accountNo_s that is not equal to 123456 Currently, I am putting it in this way for it to work: &fq={!parent which="contentType_s:Header"}accountNo_s:* AND !accountNo_s :"123456" It does