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(2y 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 2d 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 85% 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

1058d 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://www.gravatar.com/avatar/42b50a20333525db64ddd520ea326ba913fd57a510ae81cafea108c097b0e5eb?d=identicon)[sunzinet](/maintainers/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

[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.

1473.0M32](/packages/apache-solr-for-typo3-solr)[fluidtypo3/vhs

This is a collection of ViewHelpers for performing rendering tasks that are not natively provided by TYPO3's Fluid templating engine.

1954.1M49](/packages/fluidtypo3-vhs)[typo3/testing-framework

The TYPO3 testing framework provides base classes for unit, functional and acceptance testing.

675.0M775](/packages/typo3-testing-framework)[pagemachine/typo3-formlog

Form log for TYPO3

23225.3k6](/packages/pagemachine-typo3-formlog)[eliashaeussler/typo3-form-consent

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

1481.0k](/packages/eliashaeussler-typo3-form-consent)[apache-solr-for-typo3/tika

Apache Tika for TYPO3

10611.4k](/packages/apache-solr-for-typo3-tika)

PHPackages © 2026

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