Coroico / AdvSearch

Dynamic content search add-on for MODx Revolution that supports results highlighting, faceted search and search in custom packages
21 stars 14 forks source link

AdvSearch

AdvSearch is an advanced search extra for Modx Revolution. It allows search in dynamic contents (by using Zend Lucene search API), setting up of faceted search and searching in custom packages.


Requirements

Installation

Addon installation via package management.
You need to install the Zend Lucene Search classes first to run a search. (Read the installation chapter of the cheatsheet document).

Usage & documentation

Use AdvSearchForm snippet to set up a search form. Get the results by using AdvSearch snippet.

Download the production zip transport package from the Modx repository.
Download the development branch for setting up a version with the last fixes.

Documentation

Browse the demos on the demo site www.revo.wangba.fr.
Read the cheatsheet document (see inside assets/components/advsearch/docs).

Copyright Information

AdvSearch is distributed as GPL (as Modx Revolution is), but the copyright owner (Coroico) grants all users of AdvSearch the ability to modify, distribute and use AdvSearch in MODX development as they see fit, as long as attribution is given somewhere in the distributed source of all derivative works.

Bugs patches and features requests

Post issues by using the github Issues tab.
Thanks to pull your updates through the Pull Requests tab.