studioespresso / craft-scout

Craft Scout provides a simple solution for adding full-text search to your entries. Scout will automatically keep your search indexes in sync with your entries.
MIT License
81 stars 54 forks source link

Saving entry using queue runner only index the primary site version of the entry #278

Closed mathg closed 1 year ago

mathg commented 1 year ago

When saving an Entry not in a primary site, the after save hook for indexing gets triggered but it only indexes the entry from the primary site. The relations are saved correctly in all sites.

The Refresh buttons index them properly.

If I change the 'queue' param to false in config/scout.php it works properly, which means the queue building isn't indexing the right site version of the entry.

janhenckens commented 1 year ago

Hey @mathg, I'll reopen #266 and close this issue.