Organization staff

  1. Home
  2. Docs
  3. Organization staff
  4. Members Center
  5. Advanced Search Button

Advanced Search Button

Published 27 February 2026, Updated 28 February 2026

The Advanced Search button is made for complex filtering when one quick filter is not enough. It lets you combine multiple conditions in one search, including grouped logic (AND/OR), then reuse that search later as a preset.

Click on Advanced Search button in List navbar
Advanced Search dialog with field, operator, value, and group controls
  1. Open Advanced Search.
  2. In the first line, choose:
    • the field (for example Name, Group, Inactive, Created date, etc.)
    • the comparison operator
    • the value
  3. Add more lines if needed.
  4. Choose how lines are combined:
    • AND: all conditions must be true
    • OR: at least one condition must be true
  5. Click Search to apply.

You can also create grouped logic (for example one block for active members, another block for one date range) and combine those blocks with AND/OR.

Meaning of operators you may see

The exact operators vary by field type.
For example, text fields offer text operators, while date/number fields offer range operators.

OperatorMeaning in plain languageTypical use
eq (equals)Exactly matches valueFind one exact value
ne (not equal)Different from valueExclude one exact value
lt (less than)Smaller/earlier than valueDates before X, values below X
le (less or equal)Smaller than or equal to valueUp to and including a limit
gt (greater than)Bigger/later than valueDates after X, values above X
ge (greater or equal)Bigger than or equal to valueFrom a threshold and above
cn (contains)Text includes this valuePartial name/email search
nc (not contains)Text does not include this valueExclude text fragments
bw (begins with)Text starts with this valueSurname prefix, code prefix
bn (does not begin with)Text does not start with valueExclude prefixes
ew (ends with)Text ends with this valueDomain endings, suffixes
en (does not end with)Text does not end with valueExclude suffixes
in (in list)Value is in selected listMulti-choice list filtering
ni (not in list)Value is not in selected listExclude list choices
nu (is empty)No value presentMissing data checks
nn (is not empty)Value is presentData completion checks
Operator dropdown expanded for a text field

View the generated query (optional)

The dialog includes an SQL view button for advanced users who want to inspect the generated logic. You do not need this for normal daily use, but it helps confirm complex grouped filters.

SQL/query preview area in Advanced Search dialog

Save a search as a preset (query template)

If you use the same search regularly, save it once and recall it later.

  1. Build your filter in Advanced Search.
  2. Click Save in the left side of the Advanced Search dialog.
  3. Enter a preset name.
  4. Click Save in the popup.

If you already selected a saved preset, you can tick the overwrite option to update that preset instead of creating a new one.

Recall and reuse a saved preset

  1. Open Advanced Search.
  2. In List of saved queries, choose the preset you want.
  3. Verify conditions loaded in the dialog.
  4. Click Search.

Saved presets are personal (linked to your account) for this page.

Delete a preset

  1. Open Advanced Search.
  2. Select the preset in List of saved queries.
  3. Click Delete.
  4. Confirm deletion.

Only custom saved presets can be deleted (not the default entry).

Reset/Clear behavior

  • Clear removes conditions currently set in the Advanced Search dialog.
  • If filters are already active in the grid, use the List navbar Clear all filters and refresh button to fully reset the displayed list.
Clear all filters and refresh
Was this article helpful to you? Yes No