Replies: 1 comment
-
Made some progress by referencing this thread. Updating my content.config.ts with the below meant that the values are not in the meta but at the top level, allowing them to be accessed in the query
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm upgrading my app to v3, and so migrating from queryContent to queryCollection, but struggling to see how I filter/sort by nested values on my the documents.
In v2, I could do the following
Note the where() and sort()
Since upgrading to v3, I've changed my query to:
Which brings in an object like so:
My problem is the commented out lines - they do not work. I need to be able to filter/sort based on values in the meta property.
Any help is much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions