Konstantina Galouni
f45598b190
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. |
||
---|---|---|
.. | ||
customOptions.class.ts | ||
refineResults.class.ts |