?????? a weird error while post request to server for store object

2016-09-07 Thread HQS^??^
Hi Luke : I'm sorry , I did not say clear my develop environment which I mentioned. I deployed three riak-ts server(at least version 1.3) in separate vmware virtual machine , PHP Client Libaray version is 2.0 and the riak-ts version is 1.3.0. Regards

Re: a weird error while post request to server for store object

2016-09-07 Thread Luke Bakken
Hello Alan - Which PHP client library are you using? -- Luke Bakken Engineer lbak...@basho.com On Tue, Sep 6, 2016 at 10:29 PM, HQS^∞^ wrote: > dear everyone: > I follow the tutorial at > http://docs.basho.com/riak/kv/2.1.4/developing/usage/document-store/ , > Step by

Re: Spaces in the search string

2016-09-07 Thread sean mcevoy
Hi again! Apologies for the premature post earlier. I thought I had a solution when I didn't get the error but when I got around to plugging it into my application it's still not doing everything that I need. I've narrowed it down to this minimal testcase, first setup the index & insert the data:

Re: Spaces in the search string

2016-09-07 Thread sean mcevoy
Hi Jason, Thanks for the kick, I just needed to look closer! Yes, had tried escaping but one of my utility functions for dynamically building the search string had been stripping it out again. D'oh! Curiously, just escaping the space doesn't work as in the example in the stackoverflow post.