Skip to content

add function containsAll(string[]) #259

@MR4online

Description

@MR4online

Hi there,

I would like to see a new function for string arrays:

albumSchemaSearch.where("genres").containsAll("rock", "punk");

to be able to find all Albums with multiple genres at once.
As far as I understand, I currently need to match those like:

albumSchemaSearch.where("genres").contains("rock").and("genres").contains("punk");

kind regards!
ps: I'm happy to find redis-om is still alive ❤
Thank you @guyroyse and all the other awesome supporters!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions