Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mk1107 committed Oct 11, 2021
1 parent 3f67eb5 commit 6e2e6f6
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,17 +100,17 @@ Output:

```json
{
'hits': [
"hits": [
{
'id': 1,
'title': 'Carol',
'genre': ['Romance', 'Drama']
"id": 1,
"title": "Carol",
"genre": ["Romance", "Drama"]
}
],
'offset': 0,
'limit': 20,
'processingTimeMs': 1,
'query': 'caorl'
"offset": 0,
"limit": 20,
"processingTimeMs": 1,
"query": "caorl"
}
```

Expand All @@ -131,21 +131,21 @@ JSON output:

```json
{
'hits': [
"hits": [
{
'id': 6,
'title': 'Philadelphia',
'_formatted': {
'id': 6,
'title': '<em>Phil</em>adelphia',
'genre': ['Drama']
"id": 6,
"title": "Philadelphia",
"_formatted": {
"id": 6,
"title": "<em>Phil</em>adelphia",
"genre": ["Drama"]
}
}
],
'offset': 0,
'limit': 20,
'processingTimeMs': 0,
'query': 'phil'
"offset": 0,
"limit": 20,
"processingTimeMs": 0,
"query": "phil"
}
```

Expand Down

0 comments on commit 6e2e6f6

Please sign in to comment.