Nuxt Content Search - What are the valid search options.field values?
I have a Nuxt 3 project that uses Nuxt Content, with MD files that have additional properties in the FrontMatter -- namely "team".
I'm using
Here's the relevant snippet to my NuxtConfig
- I tried to see if I could access team directly and also tried to access it through 'meta' but again, not sure what the valid options values are
I'm using
searchContent for the first time, and I'm trying to figure out if it's possible to search for team and subtitle but can't seem to get it to work. I don't seem to see additional documentation on the valid options valuesHere's the relevant snippet to my NuxtConfig
- I tried to see if I could access team directly and also tried to access it through 'meta' but again, not sure what the valid options values are
