Hi, thank you for your response. I found the problem. The problem was in my json encoding section. I had “omitempty” tag in my struct definition. So as a result there was no predicate related to most of the products. So the query could not return such products.