Release v2.0.0-ALPHA5
This release introduces support for the new API-Platform bridge.
To enable support, you only need to require the rollerworks/search-api-platform package.
At this moment only Doctrine ORM is supported, you need to install the rollerworks/search-doctrine-orm separately.
Note:
Due to technical limitations, using a custom QueryBuilder has some caveats.
When
setHint()is not defined an@internaladapter is used instead, when
you use a custom QueryBuilder you need implement the following patch doctrine/orm#6359