You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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