A Pomm Foundation implementation for SearchEngine.
Download SearchEngine using Composer:
composer require gnugat/pomm-search-engine:^0.1
To get an instance of Fetcher
, you can do the following:
use Gnugat\PommSearchEngine\Build;
$fetcher = Build::fetcher($queryManager);
The $queryManager
variable should be an instance of an implementation of PommProject\Foundation\QueryManager\QueryManagerInterface
.
Please visit the official SearchEngine website for more information.
You can see the current and past versions using one of the following:
- the
git tag
command - the releases page on Github
- the file listing the changes between versions
You can find more documentation at the following links: