Sha256: 8b2142ea4ad5357cacc4b46d2455fb0194660ac996fb6692bd38e636a9da56f5

Contents?: true

Size: 675 Bytes

Versions: 5

Compression:

Stored size: 675 Bytes

Contents

{
  "data_filters": ["filter_a", "filter_b"],
  "match_configuration": [
    {
      "source_field": "first_name",
      "match_algorithm": "levenshtein",
      "search_fields": ["nickname"],
      "weight": 30
    },
    {
      "source_field": "middle_name",
      "match_algorithm": "stemming",
      "weight": 30
    },
    {
      "source_field": "last_name",
      "match_algorithm": "soundex",
      "weight": 30
    },
    {
      "source_field": "birth_date",
      "match_algorithm": "exact",
      "search_fields": ["dob", "date_of_birth"],
      "weight": 10
    }
  ],
  "threshold": 80,
  "callback_url": "https://platform.pokidok.com/callme?handler=thething"
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pokitdok-ruby-0.9.2 spec/fixtures/identity_match.json
pokitdok-ruby-0.9.1 spec/fixtures/identity_match.json
pokitdok-ruby-0.9.0 spec/fixtures/identity_match.json
pokitdok-ruby-0.8.1 spec/fixtures/identity_match.json
pokitdok-ruby-0.8.0 spec/fixtures/identity_match.json