eriktobben's avatar

Best driver with Scout - relationships

Hi! I am using Scout for some very simple searching, thus using the database driver. But I would like to add a few values from some relationships, but that does not work with the database driver.

What driver is the best to use, that supports indexing relationships, but without adding additional complexity like Algolia or meilisearch? Is there any?

0 likes
3 replies
eriktobben's avatar

@martinbean Thank you for your answer. I was hoping there were a package that had this functionality without having to add a separate service.

martinbean's avatar

@eriktobben Scout is the package. You just need to actually index your data somewhere for it to be searchable. And that’s what services like Algolia and Meilisearch offer. Otherwise you have to roll your own from scratch using something like Elasticsearch, which is much more difficult.

Please or to participate in this conversation.