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
@@ -238,6 +238,7 @@ export class LunrSearchEngine implements SearchEngine {
}),
},
})),
numberOfResults: results.length,
nextPageCursor,
previousPageCursor,
};