getgrav / grav-plugin-simplesearch

Grav SimpleSearch Plugin
https://getgrav.org
MIT License
44 stars 55 forks source link

Problem with "Events" Plugin installed #131

Open ChrisGitIt opened 6 years ago

ChrisGitIt commented 6 years ago

Hi all,

i just noticed using simplesearch and the "Events" Plugin side by side is not working out.

I get the following error: user/plugins/simplesearch/simplesearch.php 345: $taxonomy_values = implode('|',$values); implode(): Invalid arguments passed

I did not have much type to further investigate but the events plugin is adding its own "event"/"events" taxonomy to pages. So maybe simplesearch should further investigate the "$values" or maybe its better to rewrite the "Events" Plugin to be more gravcms conform?

Any help or infos are greatly appreciate!

Greets, Chris