fun withExtendedPostalCodes(extendedPostalCodes: String): FuzzySearchQueryBuilder
Overrides IFuzzySearchQuery.withExtendedPostalCodes
Indexes for which extended postal codes should be included in the results. Available indexes are: Addr, Geo, PAD, POI, Str, XStr. The value should be a comma-separated list of index types (in any order), or "None" for no indexes, i.e., "PAD,Addr,POI".
extendedPostalCodes
- The string with postal codes.
Return
The builder of the query with a new value for postal codes.