summaryrefslogtreecommitdiffstats
path: root/install/static/search.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/search.js')
-rw-r--r--install/static/search.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/static/search.js b/install/static/search.js
index 91ee1bd8e..e4efcb0ef 100644
--- a/install/static/search.js
+++ b/install/static/search.js
@@ -279,8 +279,8 @@ function search_display(obj_name, data)
if (data.result.truncated) {
tfoot.text(
- 'More than ' + ipa_record_limit + ' results returned. ' +
- 'First ' + ipa_record_limit + ' results shown.'
+ 'Query returned results than configured size limit will show.' +
+ 'First ' + data.result.count + ' results shown.'
);
} else {
tfoot.text(data.result.summary);