Search Option (Core Services)
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
The searchOption parameter specifies how the search endpoint evaluates PI Points according to the supplied tag.
Available options:
| Member name | Value | Description |
|---|---|---|
| Contains | 1 | Matches any text that contains the search string. |
| ExactMatch | 2 | Matches any text that exactly matches the search string. |
| StartsWith | 3 | Matches any text that starts with the search string. |
| EndsWith | 4 | Matches any text that ends with the search string. |