-
Notifications
You must be signed in to change notification settings - Fork 12
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
search: add nested aggregations support #157
Conversation
35f5012
to
9b036e3
Compare
@AoNoOokami I didn't have a real example of hierarchical facets. Could you test this PR on your side? |
ca5b48c
to
051cc2d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please check spelling in you commit message: at lease improvments. In any case I would rename this PR as search: add nested aggregations support
051cc2d
to
089c133
Compare
089c133
to
0962562
Compare
projects/rero/ng-core/src/lib/record/search/aggregation/aggregation.component.html
Outdated
Show resolved
Hide resolved
projects/rero/ng-core/src/lib/record/search/aggregation/buckets/buckets.component.ts
Outdated
Show resolved
Hide resolved
projects/rero/ng-core/src/lib/record/search/record-search.component.html
Outdated
Show resolved
Hide resolved
projects/rero/ng-core/src/lib/record/search/record-search.component.ts
Outdated
Show resolved
Hide resolved
projects/rero/ng-core/src/lib/record/search/record-search.component.ts
Outdated
Show resolved
Hide resolved
projects/rero/ng-core/src/lib/record/search/record-search.component.ts
Outdated
Show resolved
Hide resolved
78181dd
to
e70e94d
Compare
@jma Everything should be resolved, there are just a few points left for which I have left comments. |
db1571a
to
71c5d18
Compare
71c5d18
to
cdf8279
Compare
* Adds nested aggregations support. * Refactors RecordSearchComponent. * Unsubscribes from observables when components are destroyed. * Creates a RecordSearchService for handling aggregations filters. * Adapts menu component in order to include query parameters. * Sets aggregations buckets size to 8 in tester application. * Fixes "combineLatest" RxJS function deprecation warnings. * Exports RecordSearchService in public-api to use it outside ng-core. * Initializes filters to launch first search on homepage. Co-Authored-by: Alicia Zangger alicia.zangger@rero.ch Co-Authored-by: Johnny Mariéthoz Johnny.Mariethoz@rero.ch Co-Authored-by: Sébastien Délèze sebastien.deleze@rero.ch
cdf8279
to
fd0fd70
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested with rero/rero-ils#852 and rero/rero-ils-ui#208, on both public and admin views.
Co-Authored-by: Alicia Zangger alicia.zangger@rero.ch
Co-Authored-by: Johnny Mariéthoz Johnny.Mariethoz@rero.ch
Co-Authored-by: Sébastien Délèze sebastien.deleze@rero.ch