Skip to content

Instantly share code, notes, and snippets.

@luthfianto
Created May 6, 2021 07:27
Show Gist options
  • Save luthfianto/39e292700270b961dfd76da55367bcf1 to your computer and use it in GitHub Desktop.
Save luthfianto/39e292700270b961dfd76da55367bcf1 to your computer and use it in GitHub Desktop.
{
"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"]
}
{
"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