rnewson commented on issue #4997:
URL: https://github.com/apache/couchdb/issues/4997#issuecomment-2024846858

   You specify the `keyword` analyzer for all fields. for input "4.2.0" that 
tokenizes to "4.2.0".
   
   Can you show the result of querying the view with `?q=version:4.2.0`, 
`?q=version:"4.2.0"` and finally a `?q=_id:` with the doc id of the doc with a 
version of 4.2.0 (e.g, `?q=_id:doc1`).
   


-- 
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]

Reply via email to