Hi, I need to be able to sort on two fields on a CouchDB Lucene index, but the requirement is to be able to sort ascending for one field and descending for the other. Is this possible? I'm using the following syntax but it doesn't appear to make a difference when I change the second sort direction:
sort=\created_at,/company_name Is this possible? -- Rory
