queryCollection.('collection_name').skip() and queryCollection.('collection_name').where(key, 'LIKE', value) or where(key, 'IN', array) not working for version 3.2.2 #3214
Labels
v2
Relevant for @nuxt/content v2
Environment
Version
v3.2.2
Reproduction
https://stackblitz.com/edit/github-9ynqdouz?file=app%2Fpages%2F%5B...slug%5D.vue
Description
Ive not been able to use .skip() for my articles.md queries and aso not been able to filter articles by tag_names,
queryCollection('blog').skip(2).all() is not working
queryCollection('blog').where('tags', 'IN', 'tag_name').all() is not working
Here is a small fragment reproducing the issue, what could be the problem here? Thanks
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: