brockfanning / docpad-plugin-lunr

Adds support for client-side search with Lunr, full-text and faceted.
MIT License
8 stars 7 forks source link

Feature/multiple collection index #4

Closed adamwoodnz closed 10 years ago

adamwoodnz commented 10 years ago

The purpose of this feature is to allow a full text search across a website which has multiple collections. If an array is passed to index.collection the plugin will loop through the array and add all documents to the one index.

adamwoodnz commented 10 years ago

Hey are you able to bump the plugin version please? npm is out of date so i'm having to reference this repo as a dependency.

brockfanning commented 10 years ago

Sure @pixelantics , should be current now.