lanto03 / couchdb-python

Automatically exported from code.google.com/p/couchdb-python
Other
0 stars 0 forks source link

specify a view definition option to enable raw collation for a view #128

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
"CouchDB 0.11 allows you to specify a view definition option to enable raw 
collation for a view."

So should we.

Original issue reported on code.google.com by DeviantR...@gmail.com on 17 May 2010 at 6:22

Attachments:

GoogleCodeExporter commented 8 years ago
I'm pretty sure that option runs on the server side, not on the client side. I 
also
think you cannot specify it per-view or per design doc. Have you seen docs that 
state
the opposite?

Original comment by djc.ochtman on 17 May 2010 at 7:29

GoogleCodeExporter commented 8 years ago
The option does indeed run on the server, but it needs to be specified in an 
'options' 
entry for views that do not depend on UCA. As I understand it.

http://wiki.apache.org/couchdb/View_collation

Original comment by DeviantR...@gmail.com on 17 May 2010 at 9:03

GoogleCodeExporter commented 8 years ago
Fixed in changset ec11dd733d17.

Original comment by matt.goo...@gmail.com on 23 Feb 2011 at 9:46