thewei / react-native-store

A simple database base on react-native AsyncStorage.
https://github.com/thewei/react-native-store
Other
569 stars 74 forks source link

Imlplement Like or contains? #46

Open srhise opened 8 years ago

srhise commented 8 years ago

Any plans to implement a contains filter for property values?

thewei commented 8 years ago

can you give me an example?

srhise commented 8 years ago

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 notifications@github.com 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

kintsugi commented 8 years ago

@srhise I assume you are referencing something like this?

srhise commented 8 years ago

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 notifications@github.com 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 .