greenais commented on issue #1565: Range values in query to complex key view seem to be ignored URL: https://github.com/apache/couchdb/issues/1565#issuecomment-414048770 Partial indexes unfortunately won't help much since they should be pre-defined, but we don't know upfront what string we should filter for. As for multiple indexes I can't see how they could help, as, for instance, if we have for firstName and lastName: Aar(on) Abd(ubakir) - it will narrow output of $gte just a little bit, leaving there everything until Z anyway. So the only reliable way to implement .startsWith filtering is to do it programmaticaly on all (potentially huge) query output, I see. Thank you again for clarification.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
