You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to filter/find the rows which have all the providers from the Set[String] (providerA and providerB). In this case only the first row would be part of the result. The id in this case is irrelevant to the filter.
Thanks for your help!
The text was updated successfully, but these errors were encountered:
marioaae
changed the title
Filtering by existence of any value in a set, in an set of objects
Filtering by existence of all values in a set, in a set of objects
Feb 5, 2021
Hi everyone,
I'm very new to slick and I'm stuck trying to do a filter.
In scala, I have the following Set[String]:
["providerA", "providerB"]
And the following Rep[JsValue]:
I would like to filter/find the rows which have all the providers from the Set[String] (providerA and providerB). In this case only the first row would be part of the result. The id in this case is irrelevant to the filter.
Thanks for your help!
The text was updated successfully, but these errors were encountered: