Implemented new search engine for managed objects.

This commit is contained in:
Blake Watters
2012-08-01 18:12:53 -04:00
parent 07aadeebdf
commit 232b3eb861
57 changed files with 1266 additions and 1039 deletions

View File

@@ -112,8 +112,6 @@
- (NSString *)resourcePath
{
// Return the entire path as the resource path if we don't have an explicit path
if (_resourcePath == nil) return [self path];
return _resourcePath;
}