TYPO3 Documentation
ke_search_premium
Options
View source How to edit Full documentation (single file)

ke_search_premium

  • What does it do?
  • System requirements
  • Features
    • Boost Keywords
    • Custom Ranking
    • In-Word-Search
    • Autocomplete
    • Did you mean ... ?
    • Distance based search with Google Maps integration
    • Remote indexer
    • Sphinx
    • Synonyms
    • Headless
  • Changelog

Options

View source How to edit Full documentation (single file)
  1. ke_search_premium
  2. Features
  3. In-Word-Search

In-Word-Search 

This feature allows to find search strings inside words without the need to install and use Sphinx. Parts of words will be found even if they are not at the beginning of the word, e.g. searching for "burg" finds "Hamburg".

Note

  • This feature does not need Sphinx to be installed, it works natively with MySQL.
  • This feature replaces the "in word search" of the Sphinx feature, so it may result in unexpected behaviour if the "Sphinx"-feature is also activated.
  • The indexing time will increase.

Technical background 

This features uses the column "content_hidden" of ke_search (introduced in version 4.5.0) to store partial words which will then be searched but not shown in the result list.

Use case examples 

  • Find strings even if they are inside other words, e.g. if someone searches for "store", results with "bookstore" will be found.

Configuration 

You can enable/disable the in-word-search feature in the settings module in the extension configuration in the tab "Basic Settings".

After that please do a full indexing.

Usage 

Use the frontend search box to find words inside other words.

Example 

In this example we search for "paper" and find results which contain the word "newspapers".

Note

  • This feature needs at least ke_search 4.5.0 because in that version the column "content_hidden" has been introduced.
  • Previous
  • Next
Reference to the headline

Copy and freely share the link

This link target has no permanent anchor assigned.The link below can be used, but is prone to change if the page gets moved.

Copy this link into your TYPO3 manual.

Last rendered: Jun 12, 2026 08:29

  • Legal Notice
  • Privacy Policy