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
Need to make sure no other fields are missing as well, so logging here for now.
Side note: Really prefer the way es-wp-query just takes that IDs from the es results and then fetches accurate objects from SQL afterwards. Ensures things being returned are up to date, in case of index falling out of sync on an item. Especially in cases where not all meta/terms are indexed on purpose, but still might need to be fetched alongside the object being returned.
The text was updated successfully, but these errors were encountered:
https://github.com/Automattic/ElasticPress/blob/develop/includes/classes/Indexable/Post/QueryIntegration.php#L359-L401
Need to make sure no other fields are missing as well, so logging here for now.
Side note: Really prefer the way es-wp-query just takes that IDs from the es results and then fetches accurate objects from SQL afterwards. Ensures things being returned are up to date, in case of index falling out of sync on an item. Especially in cases where not all meta/terms are indexed on purpose, but still might need to be fetched alongside the object being returned.
The text was updated successfully, but these errors were encountered: