Search actions
Configure search actions to define how users can search for customers or objects within a View.
Overview
Search Actions define the available search methods for a View. Each Search Action appears as a separate tab in the search interface and connects to a specific endpoint on the IKO Server. This allows users to search using different criteria, such as BSN, name and date of birth, or address.
Each Search Action:
Corresponds to a single IKO Server connector endpoint.
Appears as a tab with its own search fields.
Can send additional query parameters to the connector endpoint.
Examples of search actions
BSN (search by Burgerservicenummer).
Surname and date of birth.
Address.
KVK number.
Configuration
Adding a search action
Navigate to Admin → IKO.
Select an IKO Server and View.
Go to the Search Actions section.
Click Add Search Action.
Configure the search action and its fields.

Configuring search fields
For each Search Action, one or more search fields are configured. When a user enters a value and searches, the field's path is sent as a query parameter to the connector endpoint.
Key
Technical key (e.g. surname).
Title
Display name (e.g. "Surname").
Path
Query parameter name sent to the endpoint (e.g. familyName becomes ?familyName=Smit).
Data type
Type of data (see table below).
Field type
Input type (see table below).
Required
Whether the field is mandatory.


Data types
text
Text input.
number
Numeric input.
date
Date (without time).
datetime
Date with time.
time
Time only.
boolean
Yes/No choice.
bsn
Burgerservicenummer (with validation).
Field types
single
Single input field.
range
Range (from-to).
single-select-dropdown
Dropdown with single selection.
multi-select-dropdown
Dropdown with multiple selection.
Match types
exact
Exact match.
like
Partial match (contains).
Related
Last updated