Skip to content

Commit

Permalink
Increase search results from 10 to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
njt1982 authored Jul 16, 2023
1 parent f9a4a07 commit 1b68358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/McHome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default {
db.items
.filter((item) => regex.test(item.displayName))
.limit(10)
.limit(20)
.toArray()
.then(function (results) {
self.results = results;
Expand Down

0 comments on commit 1b68358

Please sign in to comment.