Giter VIP home page Giter VIP logo

Comments (2)

jannyHou avatar jannyHou commented on June 23, 2024

hmm, it works for me:
Use example https://github.com/strongloop/loopback-example-database
Add another property in model Account called branch
With some sample data(see reference), try node . and open explorer:

Endpoint GET/ Account with filter

{"where": {"and": [{"email": "email1"}, {"branch": "branch1"}]}}

Result:

[
  {
    "email": "email1",
    "branch": "branch1",
    "id": "93f63326e1bbe187e10d873620377013"
  },
  {
    "email": "email1",
    "branch": "branch1",
    "id": "93f63326e1bbe187e10d873620376e5b"
  },
  {
    "email": "email1",
    "branch": "branch1",
    "id": "48eb5295643f29caeae9009d2b3719f4"
  }
]

Reference:

[
  {
    "email": "email2",
    "branch": "branch2",
    "id": "c4f513eceaa8647d85fcb99b64294d68"
  },
  {
    "email": "email1",
    "branch": "branch1",
    "id": "93f63326e1bbe187e10d873620377013"
  },
  {
    "email": "email1",
    "branch": "branch1",
    "id": "93f63326e1bbe187e10d873620376e5b"
  },
  {
    "email": "email1",
    "branch": "branch2",
    "id": "bf769780771cbff99efae668242cf8ec"
  },
  {
    "email": "email1",
    "branch": "branch1",
    "id": "48eb5295643f29caeae9009d2b3719f4"
  }
]

from loopback-connector-cloudant.

jannyHou avatar jannyHou commented on June 23, 2024

@ka-miyake It works for me, see my comment in #49 (comment)
If you still run into this issue, please fork https://github.com/strongloop/loopback-sandbox and provide your app to reproduce the error.

I am closing it now, feel free to reopen it with the sandbox. Thanks.

from loopback-connector-cloudant.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.