Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-9440

Trying to use the Simple Rest Interface

      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" :

      { "skuId" : 1 }

      ,
      "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!

            Assignee:
            stephen.steneker@mongodb.com Stennie Steneker (Inactive)
            Reporter:
            caliche Carlos Montero
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: