hi,
i would like to ask if there is any timeline when this bug in "riak_search"
gets fixed, see pull requests:
https://github.com/basho/riak_search/pull/136
https://github.com/basho/riak_search/pull/137
for me it's no problem to apply the patches during installation of riak,
still it would be ni
i've had the same issue on osx. building riak 1.2.1 from source helped for me:
the error was gone.
Am 17.01.2013 um 07:08 schrieb Alexander Sicular :
> I've had the same error. I kinda gave up and just use the previous version
> for development. Meh.
>
>
> @siculars
> http://siculars.poster
hi,
i would like to ask, if there are really no ideas about my issue. is
sorting with "riakc_pb_socket:search" supposed to work? is there anything i
can do, to track down the problem and / or do you need some more
information from me?
thanks!
harald
2013/1/8 Harald Lapp
>
hi,
i am querying a bucket using the pbc API in erlang. while the query works
fine and i get the filtered result, sorting doesn't seem to work. for
example:
riakc_pb_socket:search(Pid, <<"queue">>, <<"status:uploaded">>, [{sort,
<<"date desc">>}]).
The query above returns the filtered data, but