countrySet

fun countrySet(countries: Set<String>): FuzzySearchOptions.Builder

A set of country codes (e.g., FR,ES). This will limit the search to the specified countries.

Return

The builder of the FuzzySearchOptions with the provided countries.