PHPackages                             lispa/amos-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. lispa/amos-search

ActiveComponent[Search &amp; Filtering](/categories/search)

lispa/amos-search
=================

Amos Search

1.0.9(2y ago)033PHPPHP &gt;=5.4.0

Since Feb 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/regionelombardia-open20/open2-search)[ Packagist](https://packagist.org/packages/lispa/amos-search)[ Docs](http://www.open20.it/)[ RSS](/packages/lispa-amos-search/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (1)Versions (6)Used By (0)

Amos Search
===========

[](#amos-search)

Plugin to allow global search on several models. Global search can be extended, possibly, to any module. To enable global search for a model:

- make the model search class implement the open20\\amos\\core\\interfaces\\SearchModelInterface;
- make the model implement the ModelLabelsInterface

### Installation

[](#installation)

1. The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

    Either run

    ```
    composer require open20/amos-search
    ```

    or add

    ```
    "open20/amos-search": "~1.0"

    ```

    to the require section of your `composer.json` file.
2. Add module to your modules-amos config in backend:

    ```
