Giter VIP home page Giter VIP logo

Comments (5)

icebob avatar icebob commented on June 11, 2024 1

Thanks. Could you make a PR fix? Here we need to check it is a string with _.isString. If yes, convert it to array.

from moleculer-db.

AndreMaz avatar AndreMaz commented on June 11, 2024 1

I think that this issue was related with #63, which was solved. So this issue can be closed, right?

from moleculer-db.

felipegcampos avatar felipegcampos commented on June 11, 2024

I'll do

from moleculer-db.

felipegcampos avatar felipegcampos commented on June 11, 2024

@icebob I don't think that's the problem. The sanitizeParams method should take care of it:

if (typeof(p.populate) === "string")

I believe the problem is in the params validator:

populate: { type: "array", optional: true, items: "string" },

from moleculer-db.

felipegcampos avatar felipegcampos commented on June 11, 2024

I tried to add a new validation to accept both types:

populate: [
  { type: "string", optional: true },
  { type: "array", optional: true, items: "string" }
],

However, it's failing bc it seems do not accept optional for multi validation.

Any thoughts?

from moleculer-db.

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.