Skip to content

Release v2.0.0-ALPHA5

Choose a tag to compare

@sstok sstok released this 05 Apr 09:09
· 69 commits to main since this 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 @internal adapter is used instead, when
you use a custom QueryBuilder you need implement the following patch doctrine/orm#6359

Added

  • Add API-Platform integration (sstok) #32