AmpMatchingStrategy

public enum AmpMatchingStrategy
extension AmpMatchingStrategy: Equatable, Hashable
  • Disable keywords added via keyword expansion. This eliminates keywords that for terms related to the “real” keywords, for example misspellings like “underarmor” instead of “under armor”‘.

    Declaration

    Swift

    case noKeywordExpansion
  • Use FTS matching against the full keywords, joined together.

    Declaration

    Swift

    case ftsAgainstFullKeywords
  • Use FTS matching against the title field

    Declaration

    Swift

    case ftsAgainstTitle