PHPackages                             jbennecker/silverstripe-elemental-site-search - 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. jbennecker/silverstripe-elemental-site-search

ActiveSilverstripe-vendormodule[Search &amp; Filtering](/categories/search)

jbennecker/silverstripe-elemental-site-search
=============================================

0.0.3(6y ago)33.6k↑100%2MITPHPPHP &gt;=7.0.0

Since Jul 24Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/brandcom/silverstripe-elemental-site-search)[ Packagist](https://packagist.org/packages/jbennecker/silverstripe-elemental-site-search)[ RSS](/packages/jbennecker-silverstripe-elemental-site-search/feed)WikiDiscussions 5.x Synced 1mo ago

READMEChangelogDependencies (3)Versions (5)Used By (0)

SilverStripe Elemental Site Search Module
=========================================

[](#silverstripe-elemental-site-search-module)

Basic site search for the SilverStripe Elemental module. It works by saving a text reprentation of the elemental area to an extra field in SiteTree.

Requires
--------

[](#requires)

- [SilverStripe](https://www.silverstripe.org/)
- [SilverStripe Elemental](https://github.com/dnadesign/silverstripe-elemental)

Usage
-----

[](#usage)

### Install this module with composer

[](#install-this-module-with-composer)

```
composer require jbennecker/silverstripe-elemental-site-search

```

Make sure you don't have `FulltextSearchable` enabled in `_config.php`.

### Add the search form

[](#add-the-search-form)

To add the search form, add `$SearchForm` anywhere in your template.

For example in Header.ss

```
...

    $SearchForm

...

```

### Override the template

[](#override-the-template)

Lastly you can override the template for the result page.

app/templates/Layout/Page\_results.ss

```

    $Title

        You searched for &quot;{$Query}&quot;

                $MenuTitle

                $Title

            $Content.LimitWordCountXML
            Read more about &quot;{$Title}&quot;...

    Sorry, your search query did not return any results.

        Next

        Prev

                $PageNum

                $PageNum

        Page $Results.CurrentPage of $Results.TotalPages

```

### Clear caches

[](#clear-caches)

Then finally add ?flush=1 to the URL and you should see the new template.

### Customization

[](#customization)

You can customize the search form by defining the following values in your `app/_config/site-search.yml`:

```
jbennecker\ElementalSiteSearch\SearchForm:
    search_field_min_length: 3 # Minimum length of the search query (default: 4)
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance54

Moderate activity, may be stable

Popularity26

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~607 days

Total

5

Last Release

54d ago

Major Versions

0.0.3 → 4.x-dev2024-02-29

4.x-dev → 5.x-dev2026-03-19

PHP version history (3 changes)0.0.1PHP &gt;=7.0.0

4.x-devPHP ^7.3 || ^8.0

5.x-devPHP ^8.2 || ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/86ac90232d8367beb9bc60f0a438881c9e44b5e9b17b740b5166b5119f9ae737?d=identicon)[brandcom](/maintainers/brandcom)

---

Top Contributors

[![DanielVierheilig](https://avatars.githubusercontent.com/u/106581456?v=4)](https://github.com/DanielVierheilig "DanielVierheilig (5 commits)")[![jbennecker](https://avatars.githubusercontent.com/u/2862964?v=4)](https://github.com/jbennecker "jbennecker (4 commits)")[![fg39](https://avatars.githubusercontent.com/u/57250475?v=4)](https://github.com/fg39 "fg39 (2 commits)")[![conny-nyman](https://avatars.githubusercontent.com/u/25151529?v=4)](https://github.com/conny-nyman "conny-nyman (1 commits)")[![dominikwanner](https://avatars.githubusercontent.com/u/128829222?v=4)](https://github.com/dominikwanner "dominikwanner (1 commits)")

---

Tags

searchsilverstripesilverstripe-module

### Embed Badge

![Health badge](/badges/jbennecker-silverstripe-elemental-site-search/health.svg)

```
[![Health](https://phpackages.com/badges/jbennecker-silverstripe-elemental-site-search/health.svg)](https://phpackages.com/packages/jbennecker-silverstripe-elemental-site-search)
```

###  Alternatives

[silverstripe-terraformers/gridfield-rich-filter-header

Rich filter header component for GridField

1325.7k1](/packages/silverstripe-terraformers-gridfield-rich-filter-header)[silverstripe/solr

Solr integration for SilverStripe. Note that this is NOT related to the silverstripe/fulltext package.

1914.0k](/packages/silverstripe-solr)[g4b0/searchable-dataobjects

This module adds DataObjects to frontend search

254.9k](/packages/g4b0-searchable-dataobjects)

PHPackages © 2026

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