Skip to content

How to filter? #2

@jvolker

Description

@jvolker

I would like to filter requests from OF.frames OF.artwork by my username. Using this filter returns an empty result, unfortunately:

let filter = {
  limit: 0,                                
  skip: 0 ,                                
  where: {                                 
    username: 'V'                          
  }
}

This returns an empty result as well:

let filter = {
  limit: 5
}

Not using a filter or using this one works though:

let filter = {
  limit: 0
}

What am I doing wrong here?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions