Download the PHP package hopeter1018/doctrine-full-text-search-bundle without Composer
On this page you can find all versions of the php package hopeter1018/doctrine-full-text-search-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hopeter1018/doctrine-full-text-search-bundle
More information about hopeter1018/doctrine-full-text-search-bundle
Files in hopeter1018/doctrine-full-text-search-bundle
Download hopeter1018/doctrine-full-text-search-bundle
More information about hopeter1018/doctrine-full-text-search-bundle
Files in hopeter1018/doctrine-full-text-search-bundle
Vendor hopeter1018
Package doctrine-full-text-search-bundle
Short Description This bundle add doctrine full text search
License MIT
Package doctrine-full-text-search-bundle
Short Description This bundle add doctrine full text search
License MIT
Please rate this library. Is it a good library?
Informations about the package doctrine-full-text-search-bundle
doctrine-full-text-search-bundle
Introduction
This bundle aims to enable doctrine full text search. I understand there are better options such as elasticsearch.
Installation
Require the package
composer require hopeter1018/doctrine-full-text-search-bundle
Add to kernel
Symfony 4+ or Symfony Flex
Add /config/bundles.php
Symfony 2+
Add /app/AppKernel.php
Add to doctrine config
Config
Usage
Entity
Use thru Repository
TODO
- [ ] Add mode to have FTS index per table
- [ ] Entity
Trait
for PERENTITY mode
- [ ] Repository
Trait
for search
- [ ] Enhance Annotation
- [ ] Add more property
- [ ] Add Command to
- ReIndex
- Search
- [ ] Add helpers to
- [ ] SonataAdmin
- [ ] ApiPlatform
- [ ] Check against different id type
All versions of doctrine-full-text-search-bundle with dependencies
PHP Build Version
Package Version
No informations.
The package hopeter1018/doctrine-full-text-search-bundle contains the following files
Loading the files please wait ....