---
title: "TypoScript and FlexForm settings"
manual: "ke_search"
version: "main"
source: "Configuration/Notes.rst"
rendered: "2026-09-25T08:10:48+00:00"
---

# TypoScript and FlexForm settings {#configurationnotes}

Each property in FlexForm overwrites the property defined by TypoScript.

Each property has stdWrap properties.

With the following TypoScript, you can define the result page:

```typoscript
plugin.tx_kesearch_pi1.resultPage = 9
```

or you can define the result page with help of an URL param if you want:

```typoscript
plugin.tx_kesearch_pi1.resultPage.data = GP:tx_kesearch_pi1|resultPage
```

## Notes on TypoScript and extension configuration {#notes-on-typoscript-and-extension-configuration}

In **Admin Tools** \> **Settings** \>
**Extension Configuration** you can define basic options
like the minimal length of searchwords.

You can overwrite this configuration in your page TypoScript setup:

```typoscript
ke_search.extconf.override.searchWordLength = 3
```

or

```typoscript
ke_search_premium.extconf.override.enableSphinxSearch = 0
```
