In one log request we have multiple attributes, in that one of the attribute value is empty. How I can get the result for the particular attribute which has empty value using DQL query.
I tried the query like "\n "productPrice" : "",\n" and "productPrice" : """
but getting results for all the values.
Log is like this - "productPrice" : ""
Note: we don't have any field for this attribute