pub fn query(fields: &mut Vec<Field>, body: &Body) -> Vec<QueryResult>
Expand description
given a vector of Field
s return a vector of QueryResult
s
a result vector with multiple results indicates that multiple entities matched the provided filter
pub fn query(fields: &mut Vec<Field>, body: &Body) -> Vec<QueryResult>
given a vector of Field
s return a vector of QueryResult
s
a result vector with multiple results indicates that multiple entities matched the provided filter