Created
May 6, 2021 07:27
-
-
Save luthfianto/39e292700270b961dfd76da55367bcf1 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"user": { | |
"id": 2, | |
"age" : 23 | |
}, | |
"courses": [ | |
{ | |
"id": 2, | |
"skills": ["coding", "python"], | |
"tags": [] | |
}, | |
{ | |
"id": 3, | |
"skills": ["fiber", "optik", "jaringan"], | |
"tags": [] | |
} | |
], | |
"industry": [""], | |
"location": [{"province": "jakarta"}, {"province": "jabodetabek"}], | |
"tipe_pekerjaan": ["REMOTE"] | |
} |
This file contains 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
{ | |
"user_id": 2, | |
"query": ["fiber", "optik", "jaringan"], | |
"filters": { | |
"location": ["jakarta", "jabodetabek"], | |
"tipe_pekerjaan": ["REMOTE"], | |
"age" : 23, | |
"educations": {"$greater_than": "S1"} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment