PHPackages                             sunzinet/sz-quickfinder - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. sunzinet/sz-quickfinder

ActiveTypo3-cms-extension[Search &amp; Filtering](/categories/search)

sunzinet/sz-quickfinder
=======================

SzQuickfinder - Quickfinder Plugin from SUNZINET GmbH

6.2.0(3y ago)325.8k3GPL-3.0-or-laterPHPPHP ^7.4 || ^8.0

Since Mar 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/sunzinetAG/sz-quickfinder)[ Packagist](https://packagist.org/packages/sunzinet/sz-quickfinder)[ Docs](https://www.sunzinet.com/)[ RSS](/packages/sunzinet-sz-quickfinder/feed)WikiDiscussions main Synced 2w ago

READMEChangelogDependencies (8)Versions (16)Used By (0)

sunzinet/sz-quickfinder
=======================

[](#sunzinetsz-quickfinder)

Installation
------------

[](#installation)

1. Run ```
    composer req sunzinet/sz-quickfinder
    ```
2. Activate sz-quickfinder in the Extens\*\*ionmanager
3. Include TypoScript
4. Include sz-quickfinder in your template. Example:

```
lib.contents {
  pageSearch =< lib.tx_szquickfinder
}

```

Settings:
---------

[](#settings)

TypeDefaulthomePageUidinteger2searchPidinteger140newsPidinteger28regExstring%|%maxResultsinteger3includeNavHiddenPagesboolfalseorderBystringuidascendingbooltrue**customSearch**classstringsearchFieldssearchFieldsblacklistPidstringAll settings can be overridden in 'customSearch' section.

Important notes:
----------------

[](#important-notes)

It's required to give a data-attribute to the body-tag called "data-languid" with the current sys\_language\_uid to make multilingualism work.

```
page {
  bodyTagCObject = COA
  bodyTagCObject {
    10 = TEXT
    10.value = default
    10.stdWrap.noTrimWrap = |language-| |

    stdWrap.trim = 1
    stdWrap.dataWrap =
  }
}

```

Known problems:
---------------

[](#known-problems)

- Autocomplete doesn't work correctly on detail pages (e.g. tx\_news). Workaround: Set `$GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFoundOnCHashError'] = false`
- Search won't be executed on any page if `pageNotFoundOnCHashError` activated. Use `$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters']`

PHPUnit Tests:
--------------

[](#phpunit-tests)

```
composer install
./vendor/bin/phpunit -c Tests/phpunit.xml
```

Todos:
------

[](#todos)

- Redesign interfaces for example:
    - interface SearchResult
    - interface PageResult implements SearchResult
    - interface FileResult implements SearchResult
    - interface NewsResult implements SearchResult

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 55.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~204 days

Recently: every ~321 days

Total

14

Last Release

1105d ago

Major Versions

3.1.0 → 4.0.02017-06-12

4.1.2 → 5.0.02018-10-24

5.2.2 → 6.2.02023-06-21

PHP version history (5 changes)4.0.0PHP &gt;=5.5.0

4.1.0PHP ^5.6 || ^7.0 || ^7.1

5.0.0PHP ^7.0 || 7.1 || 7.2

5.2.0PHP ^7.2

6.2.0PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/29278935?v=4)[SUNZINET GmbH](/maintainers/sunzinet)[@sunzinet](https://github.com/sunzinet)

---

Top Contributors

[![chefthisz](https://avatars.githubusercontent.com/u/129257684?v=4)](https://github.com/chefthisz "chefthisz (64 commits)")[![drmmch](https://avatars.githubusercontent.com/u/6781211?v=4)](https://github.com/drmmch "drmmch (24 commits)")[![RobinRossowSUNZINET](https://avatars.githubusercontent.com/u/129221580?v=4)](https://github.com/RobinRossowSUNZINET "RobinRossowSUNZINET (9 commits)")[![bresserbj](https://avatars.githubusercontent.com/u/98809455?v=4)](https://github.com/bresserbj "bresserbj (5 commits)")[![Blayew](https://avatars.githubusercontent.com/u/18705785?v=4)](https://github.com/Blayew "Blayew (4 commits)")[![schefferfl](https://avatars.githubusercontent.com/u/40258429?v=4)](https://github.com/schefferfl "schefferfl (3 commits)")[![ekimas](https://avatars.githubusercontent.com/u/43188602?v=4)](https://github.com/ekimas "ekimas (2 commits)")[![soulrpg](https://avatars.githubusercontent.com/u/50013120?v=4)](https://github.com/soulrpg "soulrpg (2 commits)")[![zbychu555](https://avatars.githubusercontent.com/u/4426885?v=4)](https://github.com/zbychu555 "zbychu555 (1 commits)")[![jagielskisy](https://avatars.githubusercontent.com/u/129081413?v=4)](https://github.com/jagielskisy "jagielskisy (1 commits)")

---

Tags

phpsearchtypo3typo3-cms-extensiontypo3-extensionsearchautocompleteQuickfinder

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/sunzinet-sz-quickfinder/health.svg)

```
[![Health](https://phpackages.com/badges/sunzinet-sz-quickfinder/health.svg)](https://phpackages.com/packages/sunzinet-sz-quickfinder)
```

###  Alternatives

[pagemachine/typo3-formlog

Form log for TYPO3

23233.9k8](/packages/pagemachine-typo3-formlog)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)[apache-solr-for-typo3/solr

Apache Solr for TYPO3 - Apache Solr for TYPO3 is the enterprise search server you were looking for with special features such as Faceted Search or Synonym Support and incredibly fast response times of results within milliseconds.

1463.2M42](/packages/apache-solr-for-typo3-solr)[web-vision/wv_deepltranslate

DeepL Translate (CORE) - This extension provides option to translate content element, and TCA record texts to DeepL supported languages.

33296.7k](/packages/web-vision-wv-deepltranslate)[eliashaeussler/typo3-form-consent

Extension for TYPO3 CMS that adds double opt-in functionality to EXT:form

1590.6k](/packages/eliashaeussler-typo3-form-consent)[web-vision/deepltranslate-core

DeepL Translate (CORE) - This extension provides option to translate content element, and TCA record texts to DeepL supported languages.

33122.1k6](/packages/web-vision-deepltranslate-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
