saCache, err := m.refreshCache(forceRefreshCache, now)
if err != nil {
return result, err
}
if indexSearchAttributes, ok := saCache.searchAttributes[indexName]; ok {
result.customSearchAttributes = maps.Clone(indexSearchAttributes.customSearchAttributes)