mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
limit number of results to 200, other tweaks
This commit is contained in:
@@ -9,7 +9,7 @@ async function getAutocomplete(req) {
|
||||
|
||||
return results.map(res => {
|
||||
return {
|
||||
value: res.title + '(' + res.path + ')',
|
||||
value: res.title + ' (' + res.path + ')',
|
||||
title: res.title
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user