Hi Izhar,
I've included a command-line example below that uses the special $key
field.
Note that on the command line, the dollar sign ($) must be escaped with a
backslash, otherwise the shell thinks you are referencing a variable. You
won't need to escape the dollar sign using the client librarie
HI All,
The Basho wiki states that:
The $key index field is a special field that is implicitly indexed on all
objects when Secondary Indexes is enabled. The value of this field is the
object's key, so this field allows an application to perform range queries
across the keys in a bucket.
What i