Skip to content

Commit

Permalink
Update for Pagerfanta adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Jun 29, 2019
1 parent 4387539 commit c053ea7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ Only a list of features is provided here, see
[documentation](https://netgen-ezplatform-search-extra.readthedocs.io)
for more details.

- Pagerfanta adapters providing access to extra information returned by the search
engine, like facets, max score and execution time (`solr`, `legacy`):

- [`SearchAdapter`](https://github.com/netgen/ezplatform-search-extra/blob/master/lib/Core/Pagination/Pagerfanta/SearchAdapter.php) when using `API` search service
- [`SearchHandlerAdapter`](https://github.com/netgen/ezplatform-search-extra/blob/master/lib/Core/Pagination/Pagerfanta/SearchHandlerAdapter.php) when using `SPI` search handler

- A set of User related criteria (`legacy`):

- [`HasUser`](https://github.com/netgen/ezplatform-search-extra/blob/master/lib/API/Values/Content/Query/Criterion/HasUser.php) criterion
Expand Down

0 comments on commit c053ea7

Please sign in to comment.