Hi I have a string field which can be empty\null for certain documents. I like to know how to search for those documents.
I want to know thru searchquery and not ODatFilter as I may like to solve following cases:
- searching for empty\null in this field A
- searching for substring in this field A( Eg: A:test)
- searching for both empty\null or values containing test.
So ODataFilter suggestions will not help in achieving #2 so #1 should be using searchQuery.
Any help is appreciated.