willholley commented on issue #5756: URL: https://github.com/apache/couchdb/issues/5756#issuecomment-3562520424
@GMishx `json` indexes cannot be dynamically sorted - the query sort order has to match the sort order of the index. As with views, you'd need to create multiple indexes - one for each sort order. Alternatively, use `text` or `nouveau` index types which support dynamic sorting. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
