SearchOperations
public struct SearchOperations
IronOxide Search Operations
-
Create an index and encrypt it to the provided groupId.
Declaration
Swift
public func createBlindIndex(groupId: GroupId) -> Result<EncryptedBlindIndexSalt, IronOxideError> -
Initializes the blind index search
Declaration
Swift
public func initializeSearch(encryptedSalt: EncryptedBlindIndexSalt) -> Result<BlindIndexSearch, IronOxideError>
View on GitHub
SearchOperations Structure Reference