59695: Browse by date base

This commit is contained in:
Kristof De Langhe
2019-02-11 13:11:47 +01:00
parent 49fc891809
commit 30c0bd8ebb
10 changed files with 66 additions and 8 deletions

View File

@@ -161,6 +161,9 @@ export class BrowseService {
args.push(`page=${options.pagination.currentPage - 1}`);
args.push(`size=${options.pagination.pageSize}`);
}
if (isNotEmpty(options.startsWith)) {
args.push(`startsWith=${options.startsWith}`);
}
if (isNotEmpty(filterValue)) {
args.push(`filterValue=${filterValue}`);
}