Skip to content

Commit 1af03b6

Browse files
authored
Merge pull request #973 from ExpressionEngine/7.dev
Pushing live update to search results in simple search having a max per page of 255
2 parents 6958be5 + 276ecd2 commit 1af03b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/add-ons/search/simple.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The Template_Group/Template where you would like the search results to be shown.
9797

9898
results="20"
9999

100-
The number of results to show per page on the search results.
100+
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.
101101

102102
### `search_in=`
103103

0 commit comments

Comments
 (0)