I have Composite Keys in Bulk currently there are about 150 keys and would like to send it to my Couchbase view and retrive the matching records in bulk…
However, when I send the keys,
If the Keys count increase more than 97 it gives me a 0 result as output.
When I individually query the rest of the keys it works fine.
var result = cbClient.GetView( “Design”, “GetProducts”)
.Stale(StaleMode.False)
.Keys(productkeys)
.ToList();
Therefore, I doubt it to be the “url length issue”.
Thus, I wish to know if the keys can be posted to the Couchbase client API to use GetView and filter it by productkeys
If you can include a working sample as an attachment, that would help to figure out what is causing the issue. By creating a ticket, you will be sent updates as they happen.