Re: Mango Functions & Values

2022-01-25 Thread Jan Lehnardt
Hey all, my colleague James took this a bit further and made a jq Nif and extended Mango so we can build indexes from jq expressions. There is a demo PR here: https://github.com/apache/couchdb/pull/3912 We’d love your feedback, Best Jan —

Re: [DISCUSS] Handle libicu upgrades better

2022-01-25 Thread Nick Vatamaniuc
Good idea, Will, to return the current collator version in the `/_node/_local/_versions` output. We return the collation algorithm and the library versions, however, since we switched to tracking the opaque collator version, it's good to also expose that too. On Tue, Jan 25, 2022 at 9:47 AM Will

Re: [DISCUSS] Handle libicu upgrades better

2022-01-25 Thread Will Young
Hi Nick, The view _info setup looks good to me. Maybe it would be helpful to print the current runtime's collator and icu versions somewhere like the / meta or /node/ _system endpoint? I think that would provide a way to cross-reference to alleviate the drawback of the collator being the least