@NonNull abstract fun withCountry(country: String!): IFuzzySearchQuery
A comma-separated string of country codes (e.g., FR,ES). This will limit the search to the specified countries.
The
- country string with country codes.
Return
IFuzzySearchQuery: The builder of the query with a new value for the country being set.