You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the auto-imported `queryCollectionSearchSections` to generate searchable sections from a specific collection. This is particularly useful for creating advanced search functionality or content discovery features in your application.
The `queryCollectionSearchSections` utility is available in both Vue and Nitro. Checkout [Server Usage](#server-usage) for more details on how to use it on the server side.
34
21
::
35
22
23
+
## Type
24
+
25
+
```ts
26
+
function queryCollectionSearchSections(collection:keyofCollections, opts?: { ignoredTags:string[] }):ChainablePromise<T, Section[]>
0 commit comments