Search Tokens for CAR
You can use search tokens to find information in the respective tabs on the UI. To search for a token, you can type the token and its value. The value can be entered without any enclosure, or you can enclose it within single quotes ('), backticks (`), or double quotes (").
Search Tokens Containing Colon
When searching for a value that contains a colon, ensure you enclose it within single quotes ('), backticks (`), or double quotes ("). If you do not enclose it within the specified quotation marks, the results may not be accurate. This is particularly relevant when searching for an IPv6 address, as the colons must be properly enclosed to ensure accurate outcomes.
Example: Searching for an IPv6 address (for example, 1111:x11:1111:1111:1:1:x1x:11x) should be performed as follows:
- Correct search queries -
- With quotes: '1111:x11:1111:1111:1:1:x1x:11x'
- With backticks: `1111:x11:1111:1111:1:1:x1x:11x`
- With double quotes: "1111:x11:1111:1111:1:1:x1x:11x"
- Incorrect search query - Without any quotation marks: 1111:x11:1111:1111:1:1:x1x:11x