Skip to content

Instantly share code, notes, and snippets.

@luthfianto
Created May 6, 2021 07:27
Show Gist options
  • Select an option

  • Save luthfianto/39e292700270b961dfd76da55367bcf1 to your computer and use it in GitHub Desktop.

Select an option

Save luthfianto/39e292700270b961dfd76da55367bcf1 to your computer and use it in GitHub Desktop.

Revisions

  1. luthfianto revised this gist May 6, 2021. 1 changed file with 11 additions and 0 deletions.
    11 changes: 11 additions & 0 deletions 2.json
    Original 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"}
    }

    }
  2. luthfianto created this gist May 6, 2021.
    21 changes: 21 additions & 0 deletions 1.json
    Original 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"]
    }