Skip to content

Commit

Permalink
EZP-27458: Introduced Aggregation API
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs committed Sep 24, 2020
1 parent 0aba6c1 commit 23d440c
Show file tree
Hide file tree
Showing 75 changed files with 2,222 additions and 1 deletion.
7 changes: 7 additions & 0 deletions eZ/Publish/API/Repository/SearchService.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,13 @@ interface SearchService
*/
public const CAPABILITY_ADVANCED_FULLTEXT = 64;

/**
* Capability flag for aggregation feature for use with {@see ::supports()}.
*
* @since 8.2
*/
public const CAPABILITY_AGGREGATIONS = 128;

/**
* Finds content objects for the given query.
*
Expand Down

0 comments on commit 23d440c

Please sign in to comment.