Type Alias SearchParamComparisonFunction

SearchParamComparisonFunction: "contains" | "stemmed" | "stemmedContains"

Defines how input values and expected values are compared

Type declaration

  • "contains"

    Applies partial match on param value from expected values list

  • "stemmed"

    Applies stemming algorithm to param values and expected values and does an exact match of outputs

  • "stemmedContains"

    Applies stemming algorithm and does partial match on param value from expected values list