Search structurally works again. Filtering is not polished.

This commit is contained in:
michael starke
2014-02-27 21:54:59 +01:00
parent 4273e41142
commit 90d5bc9ef2
3 changed files with 9 additions and 9 deletions

View File

@@ -31,6 +31,7 @@ NSString *const kMPDocumentSearchResultsKey = @"kMPDocumentSearchResul
- (void)performFindPanelAction:(id)sender {
self.hasSearch = YES;
[[NSNotificationCenter defaultCenter] postNotificationName:MPDocumentDidEnterSearchNotification object:self];
[self updateSearch:self];
}
- (void)updateSearch:(id)sender {