Skip to content

Commit

Permalink
Changed scope of the search
Browse files Browse the repository at this point in the history
  • Loading branch information
D-32 committed Jan 12, 2017
1 parent 3ff74df commit 25a3da1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ - (void)viewDidLoad
[SVProgressHUD showWithMaskType:SVProgressHUDMaskTypeBlack];
[[ENSession sharedSession] findNotesWithSearch:self.noteSearch
inNotebook:self.notebookToSearch
orScope:ENSessionSearchScopeAll
orScope:ENSessionSearchScopePersonal
sortOrder:ENSessionSortOrderRecentlyCreated
maxResults:0
completion:^(NSArray *findNotesResults, NSError *findNotesError) {
Expand Down

0 comments on commit 25a3da1

Please sign in to comment.