Hi,

I was trying out the wildcard search and i found out one interesting thing
that the wildcard search doesn't work when i specify only one character. Is
it a bug or is it some kind of protection mechanism to enforce faster
output.

Say if I do
riakc_pb_socket:search(Pid, DB, "f_name:Wi*"),
it gives me all the keys with f_name starting with Wi.

But if I do
riakc_pb_socket:search(Pid, DB, "f_name:W*"),
it gives me empty list.

//Wilson
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to