primaryIndexValue string,
secondaryIndexType string,
return strings.TrimLeft(
strings.Join(
[]string{path, namespaceID, "visibility", primaryIndexKey, primaryIndexValue, secondaryIndexType},
"/",
),
"/",
)
}
func constructVisibilitySearchPrefix(path, namespaceID string) string {