We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a86ae commit 8f06eddCopy full SHA for 8f06edd
docs/content/1.getting-started/5.migration.md
@@ -25,7 +25,7 @@ Here is the list breaking changes in Content v3:
25
- `_dir.yml` files are renamed to `.navigation.yml`
26
- Multi source is dropped in favor of multi collection.
27
- `searchContent()`{lang=ts} is dropped in favor of new api `queryCollectionSearchSections`
28
- - Full text search can easily done using this API and [minisearch](https://www.npmjs.com/package/minisearch).
+ - Full text search can easily done using this API See [Full-Text Search Snippets](/snippets/fulltext-search)
29
- `useContentHelpers()`{lang=ts} is removed
30
31
0 commit comments