Skip to content

Commit

Permalink
# Removed spaces
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Truong <[email protected]>
  • Loading branch information
nhtruong committed Sep 10, 2024
1 parent d889caa commit f780087
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/default/_core/search/sort_by_field.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ prologues:
payload:
title: The Lion King
year: 1994
status: [ 201 ]
status: [201]
- path: /sorted_movies/_doc
method: POST
parameters:
Expand All @@ -36,7 +36,7 @@ prologues:
payload:
title: The Lion King
year: 2019
status: [ 201 ]
status: [201]
- path: /sorted_movies/_doc
method: POST
parameters:
Expand All @@ -45,7 +45,7 @@ prologues:
payload:
title: Frozen
year: 2013
status: [ 201 ]
status: [201]

chapters:
- synopsis: QueryString Sort by year.
Expand Down Expand Up @@ -144,8 +144,8 @@ chapters:
request:
payload:
sort:
- title: { order: asc }
- year: { order: desc }
- title: {order: asc}
- year: {order: desc}
response:
status: 200
payload:
Expand Down

0 comments on commit f780087

Please sign in to comment.