PHPackages                             markguinn/silverstripe-shop-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. markguinn/silverstripe-shop-search

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

markguinn/silverstripe-shop-search
==================================

Better search for Silverstripe's shop module with interchangeable adapters (currently mysql and solr) and filtering/faceting.

1.1.2(10y ago)57389[1 issues](https://github.com/markguinn/silverstripe-shop-search/issues)[3 PRs](https://github.com/markguinn/silverstripe-shop-search/pulls)MITPHP

Since Feb 28Pushed 6y ago1 watchersCompare

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

READMEChangelog (5)Dependencies (2)Versions (7)Used By (0)

Improved Search for Silverstripe Shop Submodule
===============================================

[](#improved-search-for-silverstripe-shop-submodule)

[![Latest Stable Version](https://camo.githubusercontent.com/d78db454beec5c5bf945ab496cb28b38b4bd3a95ae9fef4ba4ebba2d51211d33/68747470733a2f2f706f7365722e707567782e6f72672f6d61726b6775696e6e2f73696c7665727374726970652d73686f702d7365617263682f762f737461626c652e706e67)](https://packagist.org/packages/markguinn/silverstripe-shop-search)[![Latest Unstable Version](https://camo.githubusercontent.com/950467cb89564977e25bfd84de549576648fce28aa36d8f04f77ee01f28378d7/68747470733a2f2f706f7365722e707567782e6f72672f6d61726b6775696e6e2f73696c7665727374726970652d73686f702d7365617263682f762f756e737461626c652e706e67)](https://packagist.org/packages/markguinn/silverstripe-shop-search)[![Build Status](https://camo.githubusercontent.com/ace456cea675734c4ba54f39ec9b99ace91fcabcff7e0cba0e5af6d601f43cfb/68747470733a2f2f7472617669732d63692e6f72672f6d61726b6775696e6e2f73696c7665727374726970652d73686f702d7365617263682e7376673f6272616e63683d6d6173746572)](http://travis-ci.org/markguinn/silverstripe-shop-search)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/a4b56580b960de3ecbc1e96512a7ee54c65a428c3bf14e5680ca956a831e5014/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d61726b6775696e6e2f73696c7665727374726970652d73686f702d7365617263682f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/markguinn/silverstripe-shop-search/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/1c58a4ea8f0fa20c6cbfda52b53df265a210ded5d293420915245d62d07816a3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d61726b6775696e6e2f73696c7665727374726970652d73686f702d7365617263682f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/markguinn/silverstripe-shop-search/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/69bfedca297f3e83aa9d642223a94a1dd08217a8cb821984cdc33fc260c516f5/68747470733a2f2f706f7365722e707567782e6f72672f6d61726b6775696e6e2f73696c7665727374726970652d73686f702d7365617263682f646f776e6c6f6164732e706e67)](https://packagist.org/packages/markguinn/silverstripe-shop-search)

[![Join the chat at https://gitter.im/markguinn/silverstripe-shop-search](https://camo.githubusercontent.com/abe08b740a4156153736f791393ec4da6619c4be73212e75769f52edacc0e2b5/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667)](https://gitter.im/markguinn/silverstripe-shop-search?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Provides more advanced search features that are common on e-commerce sites. It is intended for use with the Shop module, but could probably be used in other contexts. There are few, if any dependencies on shop, and most of that has to do with configuration and could be worked around.

FEATURES:
---------

[](#features)

- Keyword search
- Remember search history
- Search suggestions
- Search-as-you-type (i.e. products displayed along with search suggestions)
- Several types of filters and facets (link, checkboxes, range sliders)
- Supports MySQL fulltext, Solr, or simple DataList :PartialMatch filtering
- Category pages can also be faceted if desired

REQUIREMENTS:
-------------

[](#requirements)

- Silverstripe 3.1 (may work with 3.2/master but untested)
- Shop Module 1.0
- Fulltextsearch module (if using solr)

INSTALLATION:
-------------

[](#installation)

1. Install via composer
2. Make adjustments to configuration via yml. May want to change adapter class, searchable classes, and facets. **See shop\_search/docs/en/Adapters.md**.
3. If using VirtualFieldIndex class for faceting with mysql, enable a cron job for `dev/tasks/BuildVFI`.

TODO:
-----

[](#todo)

- Tests for Solr adapter
- Update documentation for Solr adapter

DEVELOPERS:
-----------

[](#developers)

- Mark Guinn -

Pull requests always welcome. They should be made against the develop branch unless they're a bug fix for a specific version. Follow Silverstripe coding standards.

LICENSE (MIT):
--------------

[](#license-mit)

Copyright (c) 2013 Mark Guinn

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

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

Total

5

Last Release

3958d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/485dfc9fc93cad085c83c3276f19b6e9322ee910ab0e1685de0db42228dbf97b?d=identicon)[markguinn](/maintainers/markguinn)

---

Top Contributors

[![bummzack](https://avatars.githubusercontent.com/u/1006185?v=4)](https://github.com/bummzack "bummzack (2 commits)")

---

Tags

searchsilverstripesolrshopecommercefulltextfacets

### Embed Badge

![Health badge](/badges/markguinn-silverstripe-shop-search/health.svg)

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

###  Alternatives

[silverstripe/fulltextsearch

Adds support for Fulltext Search engines like Sphinx and Solr to SilverStripe CMS

44298.1k12](/packages/silverstripe-fulltextsearch)[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)
