Skip to content

Commit

Permalink
doc: update Day-by-day Paging example
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-veltrup committed Dec 10, 2024
1 parent 2875030 commit a1eba5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/develop/graphql/search/faceted-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@ query relativeDateRangeFacetsearch($currentPageDate: DateTime) {
absoluteDateRange: {
from: "2024-05-01T00:00:00+02:00"
to: "2024-05-20T00:00:00+02:00"
gap: "P1D"
}
excludeFilter: ["currentPageDateFilter"]
}
Expand Down

0 comments on commit a1eba5d

Please sign in to comment.