nuxt / content

The file-based CMS for your Nuxt application, powered by Markdown and Vue components.
https://content.nuxt.com
MIT License
3.14k stars 628 forks source link

fix: experimental search type inference #2756

Closed abensur closed 2 months ago

abensur commented 3 months ago

🔗 Linked issue

❓ Type of change

📚 Description

Experimental search mode missing boolean type inference. If I try to use the default options by just passing true, I would get a typescript error.

📝 Checklist