basho / riak-python-client

The Riak client for Python.
Apache License 2.0
321 stars 183 forks source link

fix missing str to byte operation of fl params in encode_search_query #524

Closed alirizakeles closed 7 years ago

alirizakeles commented 7 years ago

While working with pbuf, the solr search param fl string must be transformed into byte as the other string params.

lukebakken commented 7 years ago

Thank you! How did you find this issue?

kunthar commented 7 years ago

Check out Pyoko[1]. Pyoko is Riak based ORM for Python. ORM == PITA with all aspects of Riak/Solr.

[1] https://github.com/zetaops/pyoko