Commit Graph

9296 Commits

Author SHA1 Message Date
Alexandre Vryghem
1f42f92344 111731: Hide the search facets when there are no facet suggestions & the applied filters of that facet don't have the operator equals, authority or range (because those should be displayed in the facets) 2024-05-07 12:07:40 +02:00
Alexandre Vryghem
28088bc8c8 111731: Made the code completely dependent on the SearchService#appliedFilters$ instead of relying on the route query parameters 2024-05-07 00:39:33 +02:00
Alexandre Vryghem
58d73875b8 111731: Fixed accessibility issues 2024-05-05 16:00:35 +02:00
Alexandre Vryghem
806430064f 111731: Hide advanced search section when no filters are available and hide it on the home page 2024-05-05 05:19:58 +02:00
Alexandre Vryghem
92cc112ed6 111731: Also minimize the search facets while switching scopes 2024-05-02 11:21:31 +02:00
Alexandre Vryghem
25fd737800 111731: Added missing border to advanced search section 2024-04-30 15:52:29 +02:00
Alexandre Vryghem
f5dc187a93 111731: Minimize the facet filters when updating applied filters 2024-04-30 15:52:29 +02:00
Alexandre Vryghem
63be2dae54 111731: Fixed search labels not working correctly for non-equals operators 2024-04-24 18:34:42 +02:00
Alexandre Vryghem
c1abeb3aab 111731: Don't show suggestions for filters of type date in advanced search, since they don't add the correct filters 2024-04-24 18:34:42 +02:00
Alexandre Vryghem
b771122297 111731: Reset the advanced search's operator to the first available operator on filter change 2024-04-24 18:34:42 +02:00
Alexandre Vryghem
d40d0b7c9c 111731: Fixed selected filters not being displayed as labels 2024-04-24 18:34:42 +02:00
Alexandre Vryghem
8d1d04ed58 111731: Added theme support to renderSearchLabelFor 2024-04-15 12:07:39 +02:00
Alexandre Vryghem
7eb26582db 111731: Added apply filter functionality 2024-04-15 12:07:39 +02:00
Alexandre Vryghem
3cdf426594 111731: Fixed search filter input suggestions not resetting the page number by moving that logic to the search configuration service 2024-04-15 12:07:38 +02:00
Alexandre Vryghem
33d3ff0c44 111731: Integrated the FilterInputSuggestionsComponent in the advanced search facets to show input suggestions (only works for filters that are also part of the facets) 2024-04-13 03:26:44 +02:00
Alexandre Vryghem
89eb314fe7 111731: Moved findSuggestions logic to SearchFilterService in order to reuse it in the advanced search component 2024-04-13 03:26:43 +02:00
Alexandre Vryghem
b9fa479519 111731: Created new advanced search component 2024-04-13 03:26:43 +02:00
Alexandre Vryghem
5ec0880d7d 110889: Added the new EventEmitters to the ThemedSearchFiltersComponent & ThemedSearchSidebarComponent 2024-02-16 21:55:17 +01:00
Alexandre Vryghem
f655777bd6 Merge branch 'use-applied-filter-to-display-label-on-search_contribute-7.4' into use-applied-filter-to-display-label-on-search_contribute-7.6
# Conflicts:
#	src/app/shared/search/search-filters/search-filter/search-facet-filter-options/search-facet-option/search-facet-option.component.html
#	src/app/shared/search/search-filters/search-filter/search-facet-filter-options/search-facet-option/search-facet-option.component.spec.ts
#	src/app/shared/search/search-filters/search-filter/search-facet-filter-options/search-facet-selected-option/search-facet-selected-option.component.html
#	src/app/shared/search/search-filters/search-filter/search-hierarchy-filter/search-hierarchy-filter.component.spec.ts
#	src/app/shared/search/search-filters/search-filter/search-range-filter/search-range-filter.component.ts
#	src/app/shared/search/search-labels/search-label/search-label.component.spec.ts
#	src/app/shared/search/search-labels/search-label/search-label.component.ts
#	src/app/shared/search/search-labels/search-labels.component.ts
#	src/app/shared/search/search-sidebar/search-sidebar.component.html
#	src/app/shared/search/search.component.html
#	src/app/shared/search/search.component.ts
#	src/app/shared/search/search.module.ts
2024-02-15 15:23:17 +01:00
Alexandre Vryghem
a6675b8983 111731: Remove empty arrays from query Params, since they can cause the labels to temporarily display undefined for a few milliseconds 2024-02-15 13:21:36 +01:00
Alexandre Vryghem
47f89a6f9d 111731: Moved common remove/add queryParam logic for facet option/label to routeService 2024-02-15 13:21:36 +01:00
Alexandre Vryghem
dca62d6eb1 111731: Fixed double requests being sent when selecting a range with the absolute min/max (1950/current year)
This was caused because the search labels updated the query parameters, even when they were already updated by the facets
2024-02-15 13:21:36 +01:00
Alexandre Vryghem
10dfedd0a2 111731: Created search label loader and created new date label component 2024-02-15 13:21:36 +01:00
Alexandre Vryghem
9d40225feb 111731: Also emit the AppliedFilter for date values 2024-02-15 13:21:36 +01:00
Alexandre Vryghem
58a15329ac 111731: Renamed variables for clarity 2024-02-15 13:21:35 +01:00
Alexandre Vryghem
eb33ae7cb8 111731: Simplified retrieveFilterValues by removing the RemoteData around all the FacetValues since they were not used 2024-02-15 13:21:35 +01:00
Alexandre Vryghem
f95c941c49 111731: Simplified the response of the retrieveFilterValues#facetValues$ by removing the page option 2024-02-15 13:21:35 +01:00
Alexandre Vryghem
1eadb412a6 111731: Made the SearchLabelComponent use the AppliedFilter to display the label instead of value 2024-02-15 13:21:35 +01:00
Alexandre Vryghem
61e94664c8 111731: Display the authority label in the search labels 2024-02-15 13:21:34 +01:00
Alexandre Vryghem
b34d90deff 111731: Display the authority label in the search facets 2024-02-08 12:55:56 +01:00
Tim Donohue
404ccd9b0e Update version tag for release dspace-7.6 2023-06-23 12:54:41 -05:00
Tim Donohue
990bde43ab Merge pull request #2336 from atmire/w2p-103005_variable-overwrite-fix_contribution
Fix background-color overwrite issue
2023-06-23 10:01:53 -05:00
Tim Donohue
db526a0c25 Merge pull request #2331 from tdonohue/ssr_redirect_301
Implement basic 301 Redirect for DSpace 6.x URLs when SSR is used.
2023-06-23 08:59:30 -05:00
Tim Donohue
9a5e26f640 Merge pull request #2334 from 4Science/fix-bistream-download-cache
fix for bitstreams are not visible to crawlers when caching is enabled
2023-06-23 08:56:02 -05:00
lotte
d4a59dd51c Merge branch 'w2p-103005_variable-overwrite-fix' 2023-06-23 12:07:22 +02:00
lotte
3d133f6166 103005: Fixed issue where bg colours couldn't be overwritten in themes 2023-06-23 11:50:05 +02:00
Giuseppe Digilio
163014306c [DURACOM-172] improve regex 2023-06-23 09:23:28 +02:00
Giuseppe Digilio
d9857a7a9a Merge branch 'main' into fix-bistream-download-cache 2023-06-23 09:16:17 +02:00
Tim Donohue
5331ff68db Merge pull request #2330 from doana/dynamic-scrollable-dropdown-accessibility
Add the ability to expand / collapse via keyboard
2023-06-22 15:23:33 -05:00
Tim Donohue
d4a5308d0c Refactor to use HardRedirectService. Update its redirect method to support optional statusCode 2023-06-22 13:37:14 -05:00
Giuseppe Digilio
6a58e49fb4 [DURACOM-172] add check to save only successful response into the SSR cache 2023-06-22 18:16:53 +02:00
Tim Donohue
661b4aef9d Merge pull request #2332 from 4Science/DURACOM-170
"Add Collection"  form loads
2023-06-22 11:10:39 -05:00
Alisa Ismailati
47e7eb1a4f [DURACOM-170] Fixed "add collection" behavior 2023-06-22 12:14:15 +02:00
Tim Donohue
0fe33eecd1 Implement basic 301 Redirect when SSR is used. 2023-06-21 15:36:59 -05:00
Adam Doan
275b057b40 Add the ability to expand / collapse via keyboard 2023-06-21 17:37:22 +00:00
Art Lowel
499bfe3154 Merge pull request #2277 from paulo-graca/bugfix/addressing-#2276
new project metadata representation component
2023-06-21 09:19:06 +02:00
Tim Donohue
5d39026eb7 Merge pull request #2245 from mwoodiupui/themeable-request-copy
Make some request-copy components themeable.
2023-06-20 16:27:45 -05:00
Tim Donohue
ee3e5ca14c Merge pull request #2316 from alanorth/item-count-style
src/app: adjust item count style
2023-06-20 16:13:26 -05:00
Tim Donohue
834893249c Merge pull request #2326 from 4Science/DURACOM-160
[DURACOM-160] Hide "Send feedback" link when CanSendFeedback is false
2023-06-20 15:50:59 -05:00
Alan Orth
07a8024daa src/app: adjust item count style
Minor adjustment to community and collection item counts. Instead of
using the Bootstrap `lead` class, which reduces weight but increases
size, we should use the same badge / pill style used in other counts
like on on the browse by pages.
2023-06-20 22:33:11 +03:00