Download the PHP package ddmaster/postgre-search-bundle without Composer
On this page you can find all versions of the php package ddmaster/postgre-search-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ddmaster/postgre-search-bundle
More information about ddmaster/postgre-search-bundle
Files in ddmaster/postgre-search-bundle
Download ddmaster/postgre-search-bundle
More information about ddmaster/postgre-search-bundle
Files in ddmaster/postgre-search-bundle
Vendor ddmaster
Package postgre-search-bundle
Short Description Tools to use full-text search PostgreSQL in Doctrine.
License MIT
Homepage https://github.com/ddmaster/PostgreSearchBundle
Package postgre-search-bundle
Short Description Tools to use full-text search PostgreSQL in Doctrine.
License MIT
Homepage https://github.com/ddmaster/PostgreSearchBundle
Please rate this library. Is it a good library?
Informations about the package postgre-search-bundle
PostgreSearchBundle
Symfony2 bundle with tools full-text search PostgreSQL in Doctrine 2.
Added type 'tsvector' to be used in the mapping.
Added functions 'to_tsquery' and 'ts_rank' to be used in the DQL.
Step 1: Download PostgreSearchBundle using composer
Add PostgreSearchBundle in your composer.json:
Now tell composer to download the bundle by running the command:
Composer will install the bundle to your project's vendor/ddmaster/postgre-search-bundle
directory.
Step 2: Enable the bundle
Enable the bundle in the kernel:
Step 3: Configure
Add in your config.yml:
Step 4: Mapping example
Step 5: Use in DQL
Result example:
All versions of postgre-search-bundle with dependencies
PHP Build Version
Package Version
The package ddmaster/postgre-search-bundle contains the following files
Loading the files please wait ....