---
title: "index_fulltext"
manual: "Indexed Search"
version: "main"
permalink: "https://docs.typo3.org/permalink/typo3/cms-indexed-search:index-fulltext@main"
source: "DatabaseTables/IndexFulltext/Index.rst"
rendered: "2026-09-19T11:14:46+00:00"
---

# index_fulltext {#index-fulltext}

For free text searching, e.g. with a sentence, in all content: title,
description, keywords, body.

This table is used when `basic.useMysqlFulltext` extension configuration
is enabled.

## phash {#index-fulltext-phash}

<!-- TODO: no Markdown rendering for "versionchanged" -->

The field has been transformed to a varchar field, full md5 hashes are
stored.

-   **Field**

    phash

-   **Description**

    The md5 hash of the indexed document.

## fulltextdata {#index-fulltext-fulltextdata}

-   **Field**

    fulltextdata

-   **Description**

    The total content stripped for any HTML codes.
