Closed
Description
Environment
- Operating System: Windows_NT
- Node Version: v20.16.0
- Nuxt Version: 3.14.1592
- CLI Version: 3.15.0
- Nitro Version: 2.10.4
- Package Manager: [email protected]
- Builder: -
- User Config: default
- Runtime Modules: @nuxt/[email protected], @nuxtjs/[email protected], @pinia/[email protected], [email protected], @nuxt/[email protected]
- Build Modules: -
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
{{ article.id }}
no articles found
Additional context
No response