فهرست منبع

Fix search Unmanaged Realm

Marino Faggiana 7 سال پیش
والد
کامیت
a11aadab33
1فایلهای تغییر یافته به همراه7 افزوده شده و 2 حذف شده
  1. 7 2
      iOSClient/Main/CCMain.m

+ 7 - 2
iOSClient/Main/CCMain.m

@@ -1995,9 +1995,14 @@
     });
     
     // Search Mode
-    if (_isSearchMode)
+    if (_isSearchMode) {
+        
+        // Fix managed -> Unmanaged _searchResultMetadatas
+        _searchResultMetadatas = [[NSMutableArray alloc] initWithArray:metadatasToInsertInDB];
+        
         [self reloadDatasource:metadataNet.serverUrl];
-
+    }
+    
     // this is the same directory
     if ([metadataNet.serverUrl isEqualToString:_serverUrl] && !_isSearchMode) {