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
*Note*: due to [a bug](https://github.com/basho/riak_kv/issues/1623), you must include "key data" in the above input list to be able to include bucket type.
548
+
545
549
**All keys in a bucket:**`<<"bucket1">>`
546
550
551
+
**All keys in a typed bucket:**`{<<"type1">>,<<"bucket1">>}`
552
+
547
553
**Result of exact secondary index match:**`{index, <<"bucket1">>, {binary_index, "idx"}, <<"key">>}`, `{index, <<"bucket1">>, <<"idx_bin">>, <<"key">>}`
548
554
549
555
**Result of secondary index range query:**`{index, <<"bucket1">>, {integer_index, "idx"}, 1, 100}`, `{index, <<"bucket1">>, <<"idx_int">>, <<"1">>, <<"100">>}`
0 commit comments