Provide a default search backend and index that work out of the box. · Issue #176 · localgovdrupal/localgov_events · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you enable finders_db it links up the indexes -- or at least it's supposed to.
It shouldn't be a dependency though, as you might want to remove it later. And you don't want it on prod.
I added a mention of the finders_db module to the Finders readme so it's clearer. If you don't think that's enough, then maybe LGD Events can enable finders_db in its hook_install()?
At the moment you get an index, but you need to link it to a search API backend and enable it before you can use the module.
Adding finders_db as a dependency gives you a backend, but you still need to link up the index.
The text was updated successfully, but these errors were encountered: