Only Search allows you to integrate our vacancy header search, which gives the possibility to filter from 1 to 3 dropdown selections.
Make sure you start with the default implementation
To customize the search experience within your Express app, use the following settings:
data-only-search
: Add this attribute to enable the Only Search feature.data-internal
: Use this attribute to display internal jobs.data-external
: Defaults to true. To show published jobs, set this attribute to
false.
data-fill
: Use this attribute to display the search header on full width.
data-filters
: Use this attribute to configure the filters you want to show.
Possible values include: department
, city
, company
,
countryCode
, employmentType
, educationCode
,
experienceCode
, remote
.
These settings ensure that the search matches your site's branding and provide a tailored experience.
Relevant styling attributes for Only Search:
data-color-secondary
data-background-color-secondary
data-foreground-color-primary
data-font-increase-size
data-font-family-primary
data-font-family-secondary
<div
id="express-app"
data-locale="nl"
data-api-key="YOUR_API_KEY"
data-only-search
data-fill
data-filters="department,city,company"
></div>