Re: YZ search schema question

2015-02-24 Thread Zeeshan Lakhani
Just for the query itself, then yep :). Zeeshan Lakhani programmer | software engineer at @basho | org. member/founder of @papers_we_love | twitter => @zeeshanlakhani > On Feb 24, 2015, at 10:11 AM, Michael Martin wrote: > > Hi Zeeshan, > > Actually, I was trying to make this harder than i

Re: YZ search schema question

2015-02-24 Thread Michael Martin
Hi Zeeshan, Actually, I was trying to make this harder than it really is. The easiest way to do this appears to be simply ANDing the two values in the query parms. Thanks, Michael Martin On Tue, Feb 24, 2015 at 9:59 AM, Zeeshan Lakhani wrote: > Hello Michael, > > You should be able to then s

Re: YZ search schema question

2015-02-24 Thread Zeeshan Lakhani
Hello Michael, You should be able to then set a field to be multiValued in your schema that would capture your use-case. You can find more info here -> http://docs.basho.com/riak/latest/dev/advanced/search-schema/ and http://stack