2017 © Pedro Peláez
 

craft-plugin expandedsearch

Craft CMS search results with expanded meta data including the matched field, matched value and related values for certain field types

image

composedcreative/expandedsearch

Craft CMS search results with expanded meta data including the matched field, matched value and related values for certain field types

  • Thursday, June 2, 2016
  • by mike27cubes
  • Repository
  • 4 Watchers
  • 1 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Expanded Search Plugin for Craft CMS

Installation

composer require composed/expandedsearch, (*1)

Example

In your search results template, (*2)

{% set expandedResults = craft.expandedSearch.search(query) %}
{% for result in expandedResults %}
    <strong data-field="{{result.matchedField}}">{{result.entry.title}}</strong><br>
    <p>{{result.matchedValue}}</p>
    <a href="{{result.entry.url}}">{{result.entry.url}}</a>
{% else %}
    <p>Sorry, no results for {{query}}.</p>
{% endfor %}

Roadmap

  • Improve documentation
  • Add handling for more non-scalar field types

The Versions

02/06 2016

dev-develop

dev-develop

Craft CMS search results with expanded meta data including the matched field, matched value and related values for certain field types

  Sources   Download

GPL-3.0

The Requires

 

02/06 2016

dev-master

9999999-dev

Craft CMS search results with expanded meta data including the matched field, matched value and related values for certain field types

  Sources   Download

GPL-3.0

The Requires

 

02/06 2016

0.1.3

0.1.3.0

Craft CMS search results with expanded meta data including the matched field, matched value and related values for certain field types

  Sources   Download

GPL-3.0

The Requires

 

02/06 2016

0.1.2

0.1.2.0

Craft CMS search results with expanded meta data including the matched field, matched value and related values for certain field types

  Sources   Download

GPL-3.0

The Requires

 

02/06 2016

0.1.1

0.1.1.0

Craft CMS search results with expanded meta data including the matched field, matched value and related values for certain field types

  Sources   Download

The Requires

 

02/06 2016

0.1.0

0.1.0.0

Search results with expanded meta data including the matched field, matched value and related values for certain field types

  Sources   Download

The Requires