openaire-library/searchPages/searchUtils
Konstantina Galouni f45598b190 [develop | DONE | FIXED]: [BUG FIX] Moved checks for filtering out filter values in parsing phase.
1. refineResults.class.ts:
   a. Updated method "includeValue()" and include "null" (as a string) check | Call method "includeValue()" when creating filters.
   b. Set filter.countUnfilteredValues to the length of values returned by the service before filtering them out.
   c. Check if filters returned by service before trying to parse anything.
2. searchHelperClasses.class.ts: Added in Filter structure the field "public countUnfilteredValues?: number = 0;", to check if there are more values to be queried (show "view all" link or not).
3. searchFilter.component.ts: Updated check of hasMoreValues to show or not the "view all" link - check filter.countUnfilteredValues | Comment filtering out of filter values - moved to refineResults.class.ts.
2024-02-07 15:55:56 +02:00
..
highlight [Library | Trunk]: Merge search results from branch. 2020-03-12 13:49:10 +00:00
modal-result redesign of result-preview component 2022-03-15 13:13:28 +02:00
advancedSearchForm.component.html [develop-filters | WIP | CHANGED]: Added static refine fields. 2023-12-14 17:30:29 +02:00
advancedSearchForm.component.ts [develop-filters | WIP | CHANGED]: Added static refine fields. 2023-12-14 17:30:29 +02:00
advancedSearchForm.module.ts Update material to version 15 2023-08-01 11:40:55 +03:00
browseEntities.component.ts [Library|Trunk] 2020-11-11 14:43:13 +00:00
browseEntities.module.ts [Library]: Move angular 11 to trunk. Remove no needed files. Delete angular upgrade branches 2021-07-14 11:19:57 +00:00
browseStatistic.component.html [Trunk | Library]: 2020-03-12 10:48:04 +00:00
browseStatistic.component.ts [Library|Trunk] 2020-11-11 14:43:13 +00:00
datasourcesHelper.class.ts [Eosc Explore]: Updated some styles | Replaced "datasourcetypeuiname" field with "eoscdatasourcetype" | Do not add hardcoded compatibility label "Not yet registered" | Bug fix in Access filter 2022-09-30 14:51:00 +03:00
dateFilter.component.ts Update angular core and cli to version 14 2022-09-23 13:25:08 +03:00
dateFilter.module.ts [Library]: Move angular 11 to trunk. Remove no needed files. Delete angular upgrade branches 2021-07-14 11:19:57 +00:00
entitiesSelection.component.ts [develop | DONE | FIXED] entitiesSelection.component.ts: Added faircore4eosc in adminToolsPortalType check to include entities according to the configuration. 2023-11-13 20:22:01 +02:00
entitiesSelection.module.ts Update material to version 15 2023-08-01 11:40:55 +03:00
newSearchPage.component.html [develop-filters | DONE | ADDED]: Added structures for grouping and ordering search filters. 2023-12-14 18:23:28 +02:00
newSearchPage.component.ts [develop-filters | DONE | CHANGED]: Get 7 top values for each filter (minRef) and on view all click, query for top 100 for a specific filter. 2023-12-14 18:14:57 +02:00
newSearchPage.module.ts Add advanced-search-input with entities selections in all search-pages 2022-04-16 00:49:35 +03:00
no-load-paging.component.ts [Explore & Library & Common Assets | new-theme]: Updates related to result landing redesign. 2022-04-20 17:40:18 +03:00
no-load-paging.module.ts [Library | Trunk]: Merge search results from branch. 2020-03-12 13:49:10 +00:00
portal-search-result.component.html update check in portal search results 2023-07-28 13:15:46 +03:00
portal-search-result.component.less remove color for connect portal results 2023-06-08 11:05:48 +03:00
portal-search-result.component.ts Change search in order to apply mobile style 2022-12-07 16:56:16 +02:00
portal-search-result.module.ts portal-search-result: use HTML to string pipe to show the description 2023-06-08 11:23:40 +03:00
quick-selections.component.ts Update material to version 15 2023-08-01 11:40:55 +03:00
quick-selections.module.ts [Library]: Move angular 11 to trunk. Remove no needed files. Delete angular upgrade branches 2021-07-14 11:19:57 +00:00
searchDownload.component.ts Simplify piwik logic: All work is done in piwik.service. 2023-07-12 15:05:25 +03:00
searchDownload.module.ts 1. Search Pages: Download link, search from bg with dark option. 2. Input add a no value selected option for select type. Search input toggle if input has no value. 3. Sidebar: Add uk-nav 2022-04-15 11:08:12 +03:00
searchFilter.component.html [develop-filters | DONE | CHANGED]: Get 7 top values for each filter (minRef) and on view all click, query for top 100 for a specific filter. 2023-12-14 18:14:57 +02:00
searchFilter.component.ts [develop | DONE | FIXED]: [BUG FIX] Moved checks for filtering out filter values in parsing phase. 2024-02-07 15:55:56 +02:00
searchFilter.module.ts [develop-filters | DONE | CHANGED]: Get 7 top values for each filter (minRef) and on view all click, query for top 100 for a specific filter. 2023-12-14 18:14:57 +02:00
searchFilterModal.component.ts [Library|Trunk] 2020-11-11 14:43:13 +00:00
searchForm.component.ts [Library | Trunk]: Change view of communities results base on mocks 2020-04-24 16:32:00 +00:00
searchForm.module.ts Commiting first draft of openaire library for angular portals 2017-12-19 12:53:46 +00:00
searchHelperClasses.class.ts [develop | DONE | FIXED]: [BUG FIX] Moved checks for filtering out filter values in parsing phase. 2024-02-07 15:55:56 +02:00
searchPaging.component.ts Change search in order to apply mobile style 2022-12-07 16:56:16 +02:00
searchPaging.module.ts [Library | Trunk]: Merge search results from branch. 2020-03-12 13:49:10 +00:00
searchResult.component.html [Library | explore-redesign]: Bug fixes in range filter, advanced search link of search all page, search results "cards" in mobile screens. 2023-05-16 12:28:35 +03:00
searchResult.component.ts Merged develop branch into explore-redesign 2023-05-09 19:04:06 +03:00
searchResults.module.ts [Trunk | Library]: 2021-01-13 18:30:25 +00:00
searchSorting.component.ts [develop | DONE | ADDED]: searchSorting.component.ts: Added sorting options by impact-based indicatos in PRODUCTION as well. 2023-11-23 09:42:38 +02:00
searchSorting.module.ts Update material to version 15 2023-08-01 11:40:55 +03:00
searchUtils.class.ts updates on customization/ using built css and preview css 2022-07-22 18:33:54 +03:00