MagicSearchAggregation

public enum MagicSearchAggregation : Int

Enum describing how to merge SearchResult from MagicSearch.

  • No aggregation is done, you can have multiple SearchResult with the same Friend.

    Declaration

    Swift

    case None = 0
  • Aggregation is done by friend, you will have at most a SearchResult per Friend.

    Declaration

    Swift

    case Friend = 1