scout-extended icon indicating copy to clipboard operation
scout-extended copied to clipboard

Scout Extended: The Full Power of Algolia in Laravel

Results 67 scout-extended issues
Sort by recently updated
recently updated
newest added

We can define the index settings in its dedicated settings file, but there is no way to define replicas's settings. (at least not in documentation). This following is example of...

enhancement

| Q | A | ----------------- | ---------- | Bug fix? | no | New feature? | yes | BC breaks? | no | Related Issue | | Need Doc...

- Laravel version: 8.83.0 - Algolia Scout Extended version: 2.0.1 - Language Version: 7.4 ### Description Hi. We're working on a marketplace application, that currently has over 200k users and...

- Laravel version: 9.19.0 - Algolia Scout Extended version: - Algolia Client Version: #.#.# - Language Version: 8.1 ### Description When I Run php artisan scout:sync Please run `./vendor/bin/pest` instead...

| Q | A | ----------------- | ---------- | Bug fix? | yes | New feature? | no | BC breaks? | no, I don't think so | Related Issue...

- Laravel version: 8.83.0 - Algolia Scout Extended version: 2.0.1 - Language Version: PHP 7.4.12 Hello, Algolia (with Scout Extended package) does not work behind a proxy, I saw this...

- Laravel version: 8.49.2 - Algolia Scout Extended version: 1.20.0 - Algolia Client Version: 3.0.2 ### Description AggregatorObserver's deleted + forcedDelete methods check if syncing is disabled for the model......

This will allow optimization per model Avoid indexing models you don't want to be indexed anymore. When the indexing process hits `shouldBeSearchable` it is already iterating through a lot of...

Is there any good way to search records by id? this is what i get: `public function toSearchableArray() { $array = $this->toArray(); $array['ticket_number'] = strval($this->id); // some other code return...

Hi there, I can't get scout working properly with algolia. I added the client relationship to the searchable array: And want to search for these attributes: when i do `Project::search($keyword)->where('user_id',...

support