PHPackages                             lekoala/silverstripe-simple-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. lekoala/silverstripe-simple-search

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

lekoala/silverstripe-simple-search
==================================

Simple website search in SilverStripe

01PHP

Since Apr 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/lekoala/silverstripe-simple-search)[ Packagist](https://packagist.org/packages/lekoala/silverstripe-simple-search)[ RSS](/packages/lekoala-silverstripe-simple-search/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

SilverStripe Simple Search module
=================================

[](#silverstripe-simple-search-module)

[![Build Status](https://camo.githubusercontent.com/8a6b00074368817bbbf362c968681cf5ee93404a45a58f1b0a5c2b7fe2607d90/68747470733a2f2f7472617669732d63692e636f6d2f6c656b6f616c612f73696c7665727374726970652d73696d706c652d7365617263682e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/lekoala/silverstripe-simple-search/)[![scrutinizer](https://camo.githubusercontent.com/33e63a305273ca913f01fbfb89642682ad7b8f3a05c976bbd51b5bf0f5751100/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c656b6f616c612f73696c7665727374726970652d73696d706c652d7365617263682f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/lekoala/silverstripe-simple-search/)[![Code coverage](https://camo.githubusercontent.com/7b2e49d5987c2a0e3f52f3d70cfb20603617495a07604ef024707136918a6a40/68747470733a2f2f636f6465636f762e696f2f67682f6c656b6f616c612f73696c7665727374726970652d73696d706c652d7365617263682f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/lekoala/silverstripe-simple-search)

Intro
-----

[](#intro)

This module allows to implement a simple search engine for a website.

All searches are directed to a single endpoint: /search/ which is registered in the SiteMap if you use `silverstripe/googlesitemaps`.

You can call `$SimpleSearchForm` in your layout to output a form or create your own : simple point to /search/?q=YourQueryHere.

The search controller will search existing pages and DataObjects available in the sitemap.

Rendering the layout is up to you, but sample templates based on Bootstrap 5 are available in the /templates folder. We use the default `Page_results.ss` layout.

Searching DataObjects
---------------------

[](#searching-dataobjects)

By default, this module will also search any DataObject registered in the sitemap.

```
GoogleSitemap::register_dataobject(BlogTag::class);
GoogleSitemap::register_dataobject(BlogCategory::class);
```

Will by default enable search on these objects.

Misc
----

[](#misc)

- Please note with use ending / at the end of the url
- Implement custom filters in your dataobjects with getSearchFilters

Compatibility
-------------

[](#compatibility)

Tested with 4.6 but should work on any ^4 projects

Maintainer
----------

[](#maintainer)

LeKoala -

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/701d0bd1837aa291814dafee750a02471e7e0d20749626350231ffd3bfec0ec1?d=identicon)[lekoala](/maintainers/lekoala)

---

Top Contributors

[![lekoala](https://avatars.githubusercontent.com/u/250762?v=4)](https://github.com/lekoala "lekoala (1 commits)")

---

Tags

searchsilverstripe

### Embed Badge

![Health badge](/badges/lekoala-silverstripe-simple-search/health.svg)

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

###  Alternatives

[ruflin/elastica

Elasticsearch Client

2.3k50.4M203](/packages/ruflin-elastica)[opensearch-project/opensearch-php

PHP Client for OpenSearch

15024.3M65](/packages/opensearch-project-opensearch-php)[mailerlite/laravel-elasticsearch

An easy way to use the official PHP ElasticSearch client in your Laravel applications.

934529.3k2](/packages/mailerlite-laravel-elasticsearch)[massive/search-bundle

Massive Search Bundle

721.4M13](/packages/massive-search-bundle)[outl1ne/nova-multiselect-filter

Multiselect filter for Laravel Nova.

45802.7k3](/packages/outl1ne-nova-multiselect-filter)[handcraftedinthealps/zendsearch

a general purpose text search engine written entirely in PHP 5

39921.0k35](/packages/handcraftedinthealps-zendsearch)

PHPackages © 2026

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