react-native-store icon indicating copy to clipboard operation
react-native-store copied to clipboard

Imlplement Like or contains?

Open srhise opened this issue 8 years ago • 4 comments

Any plans to implement a contains filter for property values?

srhise avatar Mar 08 '16 12:03 srhise

can you give me an example?

thewei avatar Mar 09 '16 05:03 thewei

Using this for a recipe database and searching for titles where they contain certain words. Tried to implement it in source code but it's not working for some reason, doesn't process the new operator.

On Wed, Mar 9, 2016 at 12:49 AM, thewei [email protected] wrote:

can you give me an example?

— Reply to this email directly or view it on GitHub https://github.com/thewei/react-native-store/issues/46#issuecomment-194125334 .

Sean Hise

srhise avatar Mar 09 '16 12:03 srhise

@srhise I assume you are referencing something like this?

kintsugi avatar Mar 11 '16 01:03 kintsugi

Exactly. Is that something you guys can pull off? I was having trouble getting it working on my end. I did try :)

On Thu, Mar 10, 2016, 8:58 PM Kyle Salter [email protected] wrote:

@srhise https://github.com/srhise I assume you are referencing something like this? https://docs.strongloop.com/display/public/LB/Where+filter#Wherefilter-likeandnlike

— Reply to this email directly or view it on GitHub https://github.com/thewei/react-native-store/issues/46#issuecomment-195141201 .

srhise avatar Mar 11 '16 03:03 srhise