rnewson commented on issue #4997: URL: https://github.com/apache/couchdb/issues/4997#issuecomment-1970965507
thank you for the detailed report, I will look into it. My first thought is that the query parser is transforming your "Administrator" to "administrator", but as it was indexed as "string" and not "text" it is held as "Administrator" in the index itself, and thus doesn't match. assuming that's it then I agree that the query parser should not do this for string fields and I will make a fix. -- 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]
