Skip to content

Explanation of this package #148

Answered by Jeroen-G
rudolfbruder asked this question in Q&A
Discussion options

You must be logged in to vote

This package is a driver for Laravel Scout and Scout indeed only improves your search results. So you are correct.

That is purely how Laravel Scout works. Elastic Search can be used instead of those 30 SQL queries. I have done so in the past. If you want that you can still use this package I think without Scout. The underlying repositories and adapters should be able work for you (or you use the Elastic PHP SDK directly). You will need to write more logic yourself in the end to save entire models to Elastic documents and build your search results page around it.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Jeroen-G
Comment options

Answer selected by Jeroen-G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants