Closed elbrujohalcon closed 8 years ago
This is what Riak store thinks right now about the given conditions:
%% If the key field is present in the conditions, we are looking for a %% particular document. If not, it is a general query.
We need to change it to:
%% If **ONLY** the key field is present in the conditions, we are looking %% for a particular document. Otherwise, it is a general query.
This is what Riak store thinks right now about the given conditions:
We need to change it to: