Created
May 6, 2021 07:27
-
-
Save luthfianto/39e292700270b961dfd76da55367bcf1 to your computer and use it in GitHub Desktop.
Revisions
-
luthfianto revised this gist
May 6, 2021 . 1 changed file with 11 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ { "user_id": 2, "query": ["fiber", "optik", "jaringan"], "filters": { "location": ["jakarta", "jabodetabek"], "tipe_pekerjaan": ["REMOTE"], "age" : 23, "educations": {"$greater_than": "S1"} } } -
luthfianto created this gist
May 6, 2021 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ { "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"] }