Defining Sh Subscription ID Filters

You can configure multiple search filters per data source. For example, if a data source supports searching by MSISDN and IMSI, you can define multiple MSISDN and IMSI filters.
Note: Best practice recommends to priority order filtered data sources higher than unfiltered ones. See Ordering Data Source Priority for details on re-ordering data sources.
The APN search filter supports regular expressions and uses these patterns:
  • Wild Card: Pattern.*
  • Equal to: Pattern
  • Not Equal to: ^(?!.*Pattern).*$
These rules are followed when using the search filters:
  • If only subscription ID filters exist, if at least one subscription ID filter is matched, the result is matched.
  • If only APN filters exist, if at least one APN filter is matched, the result is matched.
  • If APN filters and subscription ID filters exist, if at least one subscription ID filter and one APN filter are matched, the result is matched.

To define search filters:

  1. Click the Search Filters tab.
  2. Select the Key Type from the list:
    • NAI (network address ID)
    • E.164 (MSISDN) (phone number)
    • IMSI (International Mobile Subscriber Identity)
  3. Enter a regular expression.
    For example:
    • 508.*

      Matches numbers beginning with 508

    • ".*@example.com"

      Matches strings ending with @example.com

    • .*

      Matches any input string

  4. Click Save.

    The expression appears in the list of Search Filters.

  5. Click Save to save your changes or proceed with Selecting Sy Associated Data Sources (optional).