feat: add number of searches

Signed-off-by: Phil Berryman <phil@berryman.org.uk>
This commit is contained in:
Phil Berryman
2022-11-22 15:29:56 -08:00
parent db43cd1767
commit 29ebc43a0b
12 changed files with 43 additions and 11 deletions
@@ -205,6 +205,7 @@ export class AuthorizedSearchEngine implements SearchEngine {
(nextPageCursor || filteredResults.length > targetResults)
? encodePageCursor({ page: page + 1 })
: undefined,
numberOfResults: undefined,
};
}