Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for aggregations in search result #378

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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