contains-go
resp, err := client.Service("posts").Find() .SetWhere(map[string]interface{}{ "notes": map[string]interface{}{ "$contains": "hello", }, })
resp, err := client.Service("posts").Find() .SetWhere(map[string]interface{}{ "notes": map[string]interface{}{ "$contains": "hello", }, })