-
Notifications
You must be signed in to change notification settings - Fork 143
Closed
Labels
bountyThere is a bounty for this issueThere is a bounty for this issueenhancementNew feature or requestNew feature or requestfeature: app navigationRelated to the app navigationRelated to the app navigationfeature: backendRelated to the PHP backendRelated to the PHP backend
Milestone
Description
Due to the speed optimization in #233, the content of the notes is not loaded anymore when loading the notes list. This is still a good decision, but as a consequence filtering notes using a keyword (resp. search string) doesn't "search" in the notes' contents - since filtering is performed on the client. Currently, filtering uses metadata such as the note's title, path, and category, only.
In order to (re-)introduce filtering by notes' contents, we have to implement a server-side search. Of course, the search should be performed asynchronously and has to cope with network errors, users who type faster than the network connection etc. (you know that stuff).
There is a $20 open bounty on this issue. Add to the bounty at Bountysource.
g-work, dkaparis, BrandonBordeaux and stoically
Metadata
Metadata
Assignees
Labels
bountyThere is a bounty for this issueThere is a bounty for this issueenhancementNew feature or requestNew feature or requestfeature: app navigationRelated to the app navigationRelated to the app navigationfeature: backendRelated to the PHP backendRelated to the PHP backend