-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for sidebar facet conditions (#18)
* Add support for sidebar facet conditions - add person result type - display phone, email - add missing icons - thumbnail image - fallback avatar - layout selector and grid layout - ResultItemPreviewImage helper - query parameters improvements - refactor conversion between state and query parameters - support search conditions as a query parameter - facet fields UI - optimized rendering - field results - cached selection - sorted values by count, alphabetic - show remaining, already selected values at the end of the list - prefix filter for each field - support Show more for each field - fix semantic-ui dimmer to cover the entire viewport * Add required news doodah * fix linting * fix linting * fix linting * fix linting * fix linting * fix linting * - pass layout to result type templates as a prop * - enable translations on facet search condition labels * - implement base64 conversion of utf, needed for accented characters * rename prefix - contains * fix tests * - fix css for image result type, tile footer * fix linting * Use the branched version of kitconcept.solr for acceptance * - fix margins of preview image in result types * fix counter layout, casued problem with missing (0) counters * Fix dimmer to not block the entire page, center instead * - hide page selector if there is only one page * Show more indicator displayed only if there are more elements * - fix - never provide a * as a fallback for empty SearchableText * - add doEmptySearch option that causes to allow search with empty term This is useful to start search with the facet conditions. * improve scrollbar placement on more list of values * Fix linting Fix linting Fix linting * Update acceptance to use kitconcept.solr==1.0.0a5 * Update solr configuration for acceptance tests * Fix local acceptance testing, HOST env var is needed for Volto 17 setup * Fix results to be shown * Fix updating search on paging or sort order change * Fix sort order * Fix unit tests --------- Co-authored-by: Balázs Reé <ree@greenfinity.hu>
- Loading branch information
1 parent
361e6ac
commit 4603af9
Showing
35 changed files
with
1,738 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Add support for sidebar facet conditions @reebalazs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.