distantnative / search-for-kirby

Kirby 3 plugin for adding a search index (sqlite or Algolia).
43 stars 3 forks source link

'file' option needs to be explicitly set in config, not clear from documentation #9

Closed philipmarnef closed 4 years ago

philipmarnef commented 4 years ago

After reading the docs I was under the impression that the $config['search']['sqlite']['file'] option would fall back to the default 'media/search' if not explicitly set but that is not the case: if omitted the index script throws an undefined index error.

distantnative commented 4 years ago

✅ Fixed in next alpha release (1.0.0-alpha.3)