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!