Re: How to handle filter query against empty fields

2012-05-22 Thread Ahmet Arslan
> I have a field(s) in a schema which I need to be able to > specify in a > filter query. The field is not mandatory, therefore it can > be empty. I > need to be able to run a query with a filer : " return only > docs which > does not have value for the field " ... > > What would be the optimal re

How to handle filter query against empty fields

2012-05-22 Thread Jozef Vilcek
Hi all, I have a field(s) in a schema which I need to be able to specify in a filter query. The field is not mandatory, therefore it can be empty. I need to be able to run a query with a filer : " return only docs which does not have value for the field " ... What would be the optimal recommended