Skip to content

Instantly share code, notes, and snippets.

@rafaelgfirmino
Created April 26, 2019 23:05
Show Gist options
  • Save rafaelgfirmino/0ede5c280f6d5c0a70617972991f14f6 to your computer and use it in GitHub Desktop.
Save rafaelgfirmino/0ede5c280f6d5c0a70617972991f14f6 to your computer and use it in GitHub Desktop.
filters: {
name: { value: 'Rafael G Firmino' },
email: { value: 'rafaelgfirmino@gmail.com' },
person_type: { value: 'legal_person' },
gender: { value: true, boolean: true },
city: { value: 'Belo Horizonte' },
state: { value: 'Minas Gerais' },
is_brazilian: { value: null },
'classification.id': { value: null },
type: { value: null },
level: { value: null },
birthday: { value: null, first: null, second: null , between: true, date:true}, // Pode ser pesquisado entre 2 datas
created_at: { value: null, first: null, second: null , between: true, date:true}, // Pode ser pesquisado entre 2 datas
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment