You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a fairly large index with over 10k objects. I noticed that the search is not working while php please search:update bigindex is running. I believe the culprit is that the Algolia search driver clears the objects and reinserts them https://github.com/statamic/cms/blob/5.x/src/Search/Algolia/Index.php#L59
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a fairly large index with over 10k objects. I noticed that the search is not working while
php please search:update bigindex
is running. I believe the culprit is that the Algolia search driver clears the objects and reinserts them https://github.com/statamic/cms/blob/5.x/src/Search/Algolia/Index.php#L59I wonder if using the
replaceAllRecords
method on the Algolia client would work better in this instance? https://www.algolia.com/doc/libraries/php/v4/helpers/#replace-all-recordsBeta Was this translation helpful? Give feedback.
All reactions