nuxt-community / lunr-module

Full-text search with pre-build indexes for Nuxt.js using lunr.js
MIT License
47 stars 8 forks source link

How to access to searchIndex? #14

Open vladimirmyshkovski opened 3 years ago

vladimirmyshkovski commented 3 years ago

I need the ability to call searchIndex.Search outside the search.vue template. Maybe we need to make an Inject for global access to this variable?