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
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 Step Practice ,
Hi Sean, Familiarize yourself with the default schema[0], if that is what
you're using. Also check details around this specific type of search around
the web[1].
Let us know how it shakes out,
-Alexander
[0]
https://raw.githubusercontent.com/basho/yokozuna/develop/priv/default_schema.xml
[1]
htt
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:
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.
Putti