Skip to content

Commit

Permalink
search_api.md: Fix #sorting-results offset
Browse files Browse the repository at this point in the history
  • Loading branch information
adriendupuis committed Jul 10, 2024
1 parent ff62da3 commit 2d58dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/search/search_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ For example, to order search results by their publicationg date, from oldest to
and then alphabetically by content name, add the following Sort Clauses to the query:

``` php
[[= include_file('code_samples/api/public_php_api/src/Command/FindComplexCommand.php', 54, 58) =]]
[[= include_file('code_samples/api/public_php_api/src/Command/FindComplexCommand.php', 55, 59) =]]
```

!!! tip
Expand Down

0 comments on commit 2d58dcf

Please sign in to comment.