travis-r6s / gridsome-plugin-flexsearch

Add lightning fast search to Gridsome with FlexSearch
24 stars 7 forks source link

Use with the @paginate directive #32

Closed arincon9 closed 4 years ago

arincon9 commented 4 years ago

How would I use this plugin with the @paginate directive?

I essentially want to paginate the results from the flexsearch.

travis-r6s commented 4 years ago

You wouldn't be able to use the Gridsome paginate directive, but Flexsearch does have built-in pagination - see: https://github.com/nextapps-de/flexsearch#pagination.

travis-r6s commented 4 years ago

@arincon9 Did the above help?