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
When the advanced search plugin re-indexing job runs, there are many documents that fail to be indexed:
This appears to be because many duplicate variant IDs are fetched while the index is being built, and so the same variant documents are sent to the index multiple times, resulting in the second document failing:
I'm not sure exactly why, but I assume it's due to a redundant left join of some sort in the query builder - maybe it's retrieving two of each variant that is in multiple channels?
The text was updated successfully, but these errors were encountered:
toBeOfUse
changed the title
Advanced Search Plugin: Attempt to index many variants twice
Advanced Search Plugin: Attempts to index many variants twice
Dec 19, 2024
(This doesn't appear to cause any problems with functionality, since TypeSense rejects the redundant variants, but it does cause error messages and slow things down)
When the advanced search plugin re-indexing job runs, there are many documents that fail to be indexed:
This appears to be because many duplicate variant IDs are fetched while the index is being built, and so the same variant documents are sent to the index multiple times, resulting in the second document failing:
I'm not sure exactly why, but I assume it's due to a redundant left join of some sort in the query builder - maybe it's retrieving two of each variant that is in multiple channels?
The text was updated successfully, but these errors were encountered: