kopia lustrzana https://github.com/miklobit/TiddlyWiki5
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
rodzic
e27c5005ef
commit
b9259d74f1
|
@ -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>
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue