Skip to content

How to filter? #2

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions