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?
@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.