On Fri, May 10, 2013 at 02:41:16PM +0000, James Howe (JIRA) wrote:
> function(doc) {
>   if (doc.a = 'b') { emit(doc._id, null); }
> }

OT: I think you want `==` instead of `=`?

Reply via email to