nuxt / nuxt.com

The Nuxt website, made with Nuxt.
https://nuxt.com
MIT License
268 stars 124 forks source link

fix: add field filtering based on query parameters for search.json #1607

Open arashsheyda opened 3 weeks ago

arashsheyda commented 3 weeks ago

related to https://github.com/nuxt/devtools/pull/681

Atinux commented 2 weeks ago

I'm not sure this should be here @arashsheyda

As this file is pre-rendered at build time.

arashsheyda commented 1 week ago

@Atinux oh okay, thanks. should I add a filter after fetching the content or would that be unnecessary?

Atinux commented 1 week ago

Filter afterward might reduce memory usage yes @arashsheyda