I´m using Yapdatabase as storage engine in my iOS-application, and I need an index representing multiple values of the same property of an object.
Example: I´m storing car objects in my Yapdatabase. Most of my car objects have multiple colors, but I´d like to efficiently retrieve all yellow cars.
I´m somewhat familiar with YapDatabaseSecondaryIndexes, but I´ve not been able to fit that into my scenario.
How may I efficiently retrieve yellow cars?