Skip to content

Comments

Add support for aggregations in search result#378

Open
tomasz-grobelny wants to merge 1 commit intonextcloud:masterfrom
tomasz-grobelny:aggregations
Open

Add support for aggregations in search result#378
tomasz-grobelny wants to merge 1 commit intonextcloud:masterfrom
tomasz-grobelny:aggregations

Conversation

@tomasz-grobelny
Copy link

No description provided.

@ArtificialOwl
Copy link
Member

So ...

I am working on public interface to integrate fulltextsearch to the core, I am adding

public function addAggregation(string $category, string $value, int $count): ISearchResult;
public function getAggregations(string $category): array;

to the ISearchResult interface, we will check later to implement your pulls to the fts and fts_elasticsearch when the integration into core is done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants