I am developing following documents in couchdb.
{
postTitle : 'something',
seenBy : ['John', 'Fowler', 'Linda']
}
By using a map function in view, how can I generate a query that returns the posts that are not seen by somebody, say 'Michael'?