gruberjl commented on issue #4802:
URL: https://github.com/apache/couchdb/issues/4802#issuecomment-1749632649
I didn't define any index.
Nevermind. I think I figured it out. The correct approach Is:
```
{
"selector": {
"_id": {
"$gte": "course|",
"$lt": "course|\ufff0"
}
}
}
```
--
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]