You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've edited my schema for one of my indexes and I'm storing some fields in the index including some multiValued fields. If I do queries through the HTTP interfaces, all the values get returned in the results for the multiValued field that are stored. But if I do the same through Riak python bindings with pcb I only get the first value.
Result of HTTP query for /search/my_bucket/q=id:*&rows=1
I've edited my schema for one of my indexes and I'm storing some fields in the index including some multiValued fields. If I do queries through the HTTP interfaces, all the values get returned in the results for the multiValued field that are stored. But if I do the same through Riak python bindings with pcb I only get the first value.
Result of HTTP query for /search/my_bucket/q=id:*&rows=1
But if I do it through python
I get this:
Oh FYI, I'm running pre20 with python client from master branch with latest commit: 1bc5759