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.
stem
1 parent 030dc27 commit 53b3dc8Copy full SHA for 53b3dc8
docs/content/docs/3.files/2.yaml.md
@@ -52,7 +52,7 @@ Now we can query authors:
52
// Find a single author
53
const { data: author } = await useAsyncData('larbish', () => {
54
return queryCollection('authors')
55
- .where('stem', '=', 'larbish')
+ .where('stem', '=', 'authors/larbish')
56
.first()
57
})
58
docs/content/docs/3.files/3.json.md
@@ -60,7 +60,7 @@ Now we can query authors:
60
61
62
63
64
65
66
0 commit comments