Join Slack
Powered by
one short way to use lodash to combine filters lik...
# suitescript
s
stalbert
06/21/2018, 5:24 PM
one short way to use lodash to combine filters like
@erictgrubaugh
is showing is
Copy code
_.initial(_.flatMap(filters, f => [f, 'OR']))
Open in Slack
Previous
Next