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
Not able to get all the content in a collection or from multiple collections at once.
Possible solution
await queryCollection('blog') // Returns all the content from the blog collection
await queryCollection('') // Returns all the content spread over the different collections
Alternatives
Tried grabbing it from ssrContext but without succes
Additional context
With V2 it was possible to do something like await queryContent().find()
The text was updated successfully, but these errors were encountered:
Problem
Not able to get all the content in a collection or from multiple collections at once.
Possible solution
Alternatives
Tried grabbing it from ssrContext but without succes
![Image](https://private-user-images.githubusercontent.com/25219229/406498107-50c611e1-cf31-4384-bfc8-a5099f6a14f3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNTYyNjQsIm5iZiI6MTczOTE1NTk2NCwicGF0aCI6Ii8yNTIxOTIyOS80MDY0OTgxMDctNTBjNjExZTEtY2YzMS00Mzg0LWJmYzgtYTUwOTlmNmExNGYzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDAyNTI0NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTNjMjI4Y2EzMzRmMThmY2Q2YjU0MzI0NTEwZmMyMWFkNWYxNGJhMWI1NWY4Yzc3YTI2NThkNTQ0MDRlMWRkODgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.K5j_bvFano2FUKNc5GDfrUm_6LiXR2AoLPGxtsvcGGw)
Additional context
With V2 it was possible to do something like
await queryContent().find()
The text was updated successfully, but these errors were encountered: