Created
April 26, 2019 23:05
-
-
Save rafaelgfirmino/0ede5c280f6d5c0a70617972991f14f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
filters: { | |
name: { value: 'Rafael G Firmino' }, | |
email: { value: '[email protected]' }, | |
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