Skip to content

Commit 441f958

Browse files
committed
Update turing-api-search-between-dates.adoc
1 parent ec4b274 commit 441f958

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/_adoc_includes/turing/0.3.9/api/turing-api-search-between-dates.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
===== Between Dates
1+
===== Dates
22

33
Search on the semantic navigation site between Dates
44

55
IMPORTANT: You will use `fq[]`, `fq.and[]` and `fq.or[]` (query string) or `fq`, `fqAnd`, `fqOr` (request body) to define the dates using the expression with the following date format: `yyyy-MM-dd'T'HH:mm:ss'Z`
66

7-
====== Between Dates
7+
===== Between Dates
88
....
99
fq[]=attribute:[InitialDate TO EndDate].
1010
....
1111

12-
======= Example - Request
12+
====== Example - Request
1313
```bash
1414
curl -X 'GET' \
1515
'http://localhost:2700/api/sn/Sample/search?q=foobar&_setlocale=en_US&fq[]=modificationDate:[2023-07-23T00:00:00Z+TO+2023-11-30T00:00:00Z]' \
@@ -21,7 +21,7 @@ curl -X 'GET' \
2121
fq[]=attribute:[InitialDate TO *].
2222
....
2323

24-
===== Example - Request
24+
====== Example - Request
2525
```bash
2626
curl -X 'GET' \
2727
'http://localhost:2700/api/sn/Sample/search?q=foobar&_setlocale=en_US&fq[]=modificationDate:[2023-07-23T00:00:00Z+TO+*]' \
@@ -33,7 +33,7 @@ curl -X 'GET' \
3333
fq[]=attribute:[* TO EndDate].
3434
....
3535

36-
===== Example - Request
36+
====== Example - Request
3737
```bash
3838
curl -X 'GET' \
3939
'http://localhost:2700/api/sn/Sample/search?q=foobar&_setlocale=en_US&fq[]=modificationDate:[*+TO+2023-11-30T00:00:00Z]' \

0 commit comments

Comments
 (0)