From dffcfe99f3ceb374dba1aa07e3c9454c4f9782d3 Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Wed, 21 Mar 2018 14:28:40 +0000 Subject: [PATCH] Correct header on time based filtering Something must have changed somewhere in the docs jobs which made an error show up in the gate where the header in question had the wrong nesting. Interestingly, this had apparently impacted the publishing job, making it so the published page hasn't had the new content. For months: http://specs.openstack.org/openstack/api-wg/guidelines/pagination_filter_sort.html#filtering Change-Id: Ifb86989f37425513f75558b2e15ab12460a7cc61 --- guidelines/pagination_filter_sort.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guidelines/pagination_filter_sort.rst b/guidelines/pagination_filter_sort.rst index 6815861..119672c 100644 --- a/guidelines/pagination_filter_sort.rst +++ b/guidelines/pagination_filter_sort.rst @@ -275,7 +275,7 @@ and returning an empty page is a poor API when the user explicitly requested a number of results. Time based filtering queries -^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To support filtering based on time intervals such as mentioned in the `ISO8601 intervals wikipedia page`_, it should be possible to express the following