Skip to content

Commit 276ecd2

Browse files
authored
Merge pull request #972 from nep/patch-16
Update simple.md - add 255 limit to results tag
2 parents ae34758 + 80d1119 commit 276ecd2

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)