Title: Message Title
Erik Dalén commented on an issue
PuppetDB / New Feature PDB-163
"IN" operator for matching against a list of possible items
When you have a array to match for it would be nice if you could use it directly with the in operator instead of having to do lots of 'or' statements.

For example, if I want to fetch the facts foo1, foo2, foo3, foo4 & foo5 in the current API this needs:

    ["or", ["=", "name", "foo1"], ["=", "name", "foo2"], ["=", "name", "foo3"], ["=", "name", "fo...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to