Now that you understand how to setup and import your Eloquent records, let's figure out how to query them. You'll find that Scout attaches a global query scope to your models, which adds a useful searchable()
method. While we're reviewing this, we'll also take some time to review custom rankings with Algolia.