silverstripeltd / silverstripe-discoverer

Service agnostic abstraction of search querying requirements
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Class SilverStripe\Discoverer\Service\SearchServiceAdaptor does not exist #11

Closed vinstah closed 3 weeks ago

vinstah commented 3 months ago

Module version

Which tagged version (or commit hash) are you using? 1.0.0 39bcae0360699f222e70ca6af99b9b362f292831

Problem statement

After following the simple search setup I'm getting an error Class SilverStripe\Discoverer\Service\SearchServiceAdaptor does not exist

Steps to reproduce

Set up controller to search from the basic setup guide https://github.com/silverstripeltd/silverstripe-discoverer/blob/main/docs/simple-usage.md

Additional context

I've removed my vendor folder and re-run composer install and composer cache-clear

chrispenny commented 1 month ago

@vinstah can I please confirm that you also installed an integration module?

This is the error you receive if no integration module is installed.

I will update some docs in the meantime to try and make it a bit more clear that this module won't work without an integration module.

chrispenny commented 3 weeks ago

I've updated the module docs, and at the moment I'm assuming this error was because there wasn't an integration module installed.

Please let me know if that's not the case though, and I can re-open.