Skip to content

Commit ec4b274

Browse files
committed
Update turing-api-search.adoc
1 parent b1a9da6 commit ec4b274

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ include::turing-api-query-string.adoc[]
2323

2424
include::turing-api-request.adoc[]
2525

26-
===== Example - Request
26+
===== Regular Search
27+
28+
====== Example - Request
2729
```bash
2830
curl -X 'GET' \
2931
'http://localhost:2700/api/sn/Sample/search?q=foobar&p=1&fq[]=state:WA&sort=relevance&rows=10&nfpr=0&_setlocale=en_US' \
@@ -45,7 +47,7 @@ curl -X 'POST' \
4547
}'
4648
```
4749

48-
===== Example - Response
50+
====== Example - Response
4951
```json
5052
{
5153
"pagination": [

0 commit comments

Comments
 (0)