From 9db72a5440c5d9327eac8105c41d1463bec1925e Mon Sep 17 00:00:00 2001 From: oott123 Date: Sat, 9 Sep 2023 20:16:53 +0800 Subject: [PATCH] fix: field name --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index d43d861..69c3679 100644 --- a/public/index.html +++ b/public/index.html @@ -182,7 +182,7 @@ instantsearch.widgets.stats({ container: '#stats', templates: { - text: `找到 {{#helpers.formatNumber}}{{nbHits}}{{/helpers.formatNumber}} 条结果,用时 {{processingTimeMS}} 毫秒。`, + text: `找到 {{#helpers.formatNumber}}{{estimatedTotalHits}}{{/helpers.formatNumber}} 条结果,用时 {{processingTimeMS}} 毫秒。`, }, }), ])