openaire-library/services/servicesUtils
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
..
customOptions.class.ts [monitor-admin-library | DONE | CHANGED]: Move topics and cache indicators in library. 2023-10-20 19:02:19 +03:00
refineResults.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