On 7/31/08, Demetrius Nunes <[EMAIL PROTECTED]> wrote:
> The view I am trying to create is really simple:
>
> function(doc) {
> if
>
> (doc.classe_id.match(/8a8090a20075ffba010075ffbed600028a8090a20075ffba010075ffbf7200c48a8090a20075ffba010075ffbf7200d9/))
> emit(doc.id, doc);
> }Any reason you're using a regex rather than just using string comparison? -- Paul Bonser http://blog.paulbonser.com
