diff --git a/browser/main/NoteList/index.js b/browser/main/NoteList/index.js index 2201f4f2..5c511233 100644 --- a/browser/main/NoteList/index.js +++ b/browser/main/NoteList/index.js @@ -289,7 +289,7 @@ class NoteList extends React.Component { const storageKey = params.storageKey const folderKey = params.folderKey const storage = data.storageMap.get(storageKey) - if (location.pathname.match(/\/home|\/starred|\/trash/)) { + if (location.pathname.match(/\/home|\/starred|\/trash|\/search/)) { return unorderedNotes } if (storage === undefined) return []