Skip to content

Commit ddbd037

Browse files
committed
docs: add release note for show_collections
1 parent 146436d commit ddbd037

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
The Search API now supports a `show_collections` parameter for dataset results.
2+
When the parameter is set, each result includes a `collections` array showing the dataset’s parent and linked collections. Each entry includes `id`, `name`, and `alias`, for example:
3+
4+
```json
5+
"collections": [
6+
{
7+
"id": 11,
8+
"name": "My cool collection",
9+
"alias": "dvcb50a190"
10+
}
11+
]
12+
```

0 commit comments

Comments
 (0)