4 Ways to make Couchbase do the hard work: Part III
In part 2 of this series we looked at using compound keys for more advanced querying, today we are going to modify our data set slightly so we can explore other querying methods. Our new documents are going to look like this: All that has changed is we’ve added in an ‘offers’ field which is an array that contains 0 or more offer codes that have been ‘claimed’ in our fake system. ...