Quantcast
Viewing all articles
Browse latest Browse all 4838

[Ember Data] Filter Data by Column

@Neewd wrote:

Hey,

I have all my datas with a findAll() but I want now to retrieve datas who match a specific column, for example, all the rows where the mail is equal to "test@gmail.com"

I try this but it don't work Image may be NSFW.
Clik here to view.
:frowning:

return this.store.query('person', {
      filter : { email : 'test@gmail.com'}
    });

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4838

Trending Articles