mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 17:10:29 +00:00
Increase search limit to 250
We limit the number of returned search results for performance reasons, but the current limit seems too low.
This commit is contained in:
parent
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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user