PhoneNumbers are homogenized and will attempt to stored as both local number and a GSM format.
Then contacts can be accessed via a lookup on their phone number e.g.
Currently only single match semantics are supported. Support for unknown key and multiple matches for a key need to be added.
Currently the url format needs to be stripped local or GSM format. It needs to also accepts string formatted values e.g. +61-4-1234-1234
In memory implementation is fast. EventStore implementation is slow as it replays all data to find a match each time.
Functionality to do a lookup by Phone Number.
PhoneNumbers are homogenized and will attempt to stored as both local number and a GSM format. Then contacts can be accessed via a lookup on their phone number e.g.
Currently only single match semantics are supported. Support for unknown key and multiple matches for a key need to be added. Currently the url format needs to be stripped local or GSM format. It needs to also accepts string formatted values e.g. +61-4-1234-1234 In memory implementation is fast. EventStore implementation is slow as it replays all data to find a match each time.