I have structure class like this:
#<Transaction _id: 54d46d6a6e6f626fbcc70000, _keywords: ["1", "test1", "test2", "abc1", "projectmongo", "last2", "taka"]>
array keyword map with: [field1, field2,...] So I want to query to get all transaction have field1 == "1" Is this possible?
Transactionrecords, where only first element in_keywordsarray == "1"?