From 80d111984da6c8e0773255b9c47a9ab42dd1f32e Mon Sep 17 00:00:00 2001 From: Travis Smith Date: Wed, 26 Mar 2025 14:43:51 -0500 Subject: [PATCH] Update simple.md - add 255 limit to results tag See https://github.com/ExpressionEngine/ExpressionEngine/issues/4725 --- docs/add-ons/search/simple.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/add-ons/search/simple.md b/docs/add-ons/search/simple.md index 664183b6d..e6d1047e6 100755 --- a/docs/add-ons/search/simple.md +++ b/docs/add-ons/search/simple.md @@ -97,7 +97,7 @@ The Template_Group/Template where you would like the search results to be shown. results="20" -The number of results to show per page on the search results. +The number of results to show per page. The maximum value of `results` is 255. This means one page of results can't have more than 255 items, though you can have more than 255 results once you paginate the results. ### `search_in=`