On Tue, May 13, 2008 at 02:44:45PM -0700, Bob Briski wrote: > It's not that the view isn't created, but accessing the view results > in an error. > > Even after the view is created, if a doc is added that doesn't > include a field in the key, the same error is thrown.
The view is created because it's a valid Javascript function. I would guess that the json encoder used by the view server doesn't know what to do with an undefined (not null) value. (I don't know enough to suggest what it *should* do.) hdp.
