Increase search limit to 250

We limit the number of returned search results for performance reasons,
but the current limit seems too low.
print-window-tiddler
Jeremy Ruston 2013-08-13 19:25:37 +01:00
rodzic e27c5005ef
commit b9259d74f1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -14,7 +14,7 @@ title: $:/core/ui/SideBar
<div class="tw-search-results">
<$list filter="[!is[system]search{$:/temp/search}sort[title]limit[50]]" emptyMessage="//No results//"/>
<$list filter="[!is[system]search{$:/temp/search}sort[title]limit[250]]" emptyMessage="//No results//"/>
</div>