PHPackages                             iqnection-pages/searchresultspage - 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. iqnection-pages/searchresultspage

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

iqnection-pages/searchresultspage
=================================

SilverStripe Search Page

2.1.3(5y ago)0881[1 PRs](https://github.com/iqnection-programming/iqnection-silverstripe-pages-searchresultspage/pulls)BSD-3-ClausePHP

Since Sep 24Pushed 2y ago6 watchersCompare

[ Source](https://github.com/iqnection-programming/iqnection-silverstripe-pages-searchresultspage)[ Packagist](https://packagist.org/packages/iqnection-pages/searchresultspage)[ RSS](/packages/iqnection-pages-searchresultspage/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (1)Versions (12)Used By (0)

SilverStripe Search Page with Fulltext
======================================

[](#silverstripe-search-page-with-fulltext)

Searches all pages and data objects (that have a proper index)

All DataObject subclasses that include a fulltext index named "SearchFields" will be searched Specify the database columns you want to be searched as follows:

```
private static $indexes = [
	'SearchFields' => [
		'type' => 'fulltext',
		'columns' => ['MyField1', 'MyField2'],
	]
];

```

You'll also need to set the tabel engine as follows

```
private static $create_table_options = [
	MySQLSchemaManager::ID => 'ENGINE=MyISAM'
];

```

Build your search form setting the search input with the name "s", and post to the search page action "results"

```

```

see: [https://docs.silverstripe.org/en/4/developer\_guides/search/fulltextsearch/](https://docs.silverstripe.org/en/4/developer_guides/search/fulltextsearch/) for more information on full text search

###  Health Score

31

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity70

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~196 days

Recently: every ~210 days

Total

11

Last Release

2012d ago

Major Versions

0.0.3 → 1.0.02016-07-15

1.0.1.1 → 2.0.02018-10-16

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8713560?v=4)[Mike Eckert](/maintainers/iqmeckert)[@iqmeckert](https://github.com/iqmeckert)

---

Top Contributors

[![iqmeckert](https://avatars.githubusercontent.com/u/8713560?v=4)](https://github.com/iqmeckert "iqmeckert (18 commits)")

---

Tags

searchpagesiqnection

### Embed Badge

![Health badge](/badges/iqnection-pages-searchresultspage/health.svg)

```
[![Health](https://phpackages.com/badges/iqnection-pages-searchresultspage/health.svg)](https://phpackages.com/packages/iqnection-pages-searchresultspage)
```

###  Alternatives

[heyday/silverstripe-elastica

Provides Elastic Search integration for SilverStripe DataObjects using Elastica

1138.9k2](/packages/heyday-silverstripe-elastica)[silverstripe/solr

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

1914.0k](/packages/silverstripe-solr)

PHPackages © 2026

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