-
Type: Question
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.4.3
-
Component/s: Querying
-
Environment:Linux CentOS
Hi everybody,
I'm trying the next request:
http://myurl:28017/test/skus/?filter_skuId=1-333-15
And I receive the next output:
{
"offset" : 0,
"rows": [
],
"total_rows" : 0 ,
"query" :
,
"millis" : 0
}
I do have a document with the skuId = 1-333-15. If you see the query it says "query" :
{ "skuId" : 1 }although I'm passing the value 1-333-15.
Am I missing something? does I have to pass the value in a specific way? how can I pass that value?
Thanks!
- duplicates
-
SERVER-2030 Better REST api query
- Closed