Searching in Pulse

Pulse enables you to search for records within queries using the search box in components, as shown in the following image.

Guidelines to Perform Search Operations

To perform a search operation successfully, adhere to the following guidelines:

  1. Type your search query in the following format: <field name>:<operator>:<value>

    1. The field name is case-sensitive and linked to your database field. Type the field name exactly as displayed in the database.
  2. Select a suitable operator for your parameter.

  3. The following operators are allowed:

``:, >, <, =, =~AND, OR, `NOT, IN, NOT IN```

  1. The =, <, >, >=, and <= operators are applicable only to date, time and date time data type fields.
  2. The =, =~, IN and, NOT IN operators are applicable only to string data types.
  3. To search for records by time, enter value in milliseconds only.

Important

The =~ operator allows you to search strings by entering partial string. You can also use regular expressions to search a required value.

To learn more about some of the examples of how to use the search bar, you can refer to the Using Search Bar document.

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard