GMishx commented on issue #4997: URL: https://github.com/apache/couchdb/issues/4997#issuecomment-1972516855
> Yes, I mean in the index it is "Administrator" but you are not able query with the "A" as the query parser converts with the standard analyzer. you might say 'q=foo:Administrator' but the query parser is making it a term query on "administrator". Can confirm that's the case. I modified the doc to give the `"lastname": "administrator"`, then the query `q=lastname:admin*` gave back the expected result. -- 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]
