diff --git a/src/main/java/com/owncloud/android/lib/resources/files/SearchRemoteOperation.java b/src/main/java/com/owncloud/android/lib/resources/files/SearchRemoteOperation.java index 83e876795d..0cf9658ff4 100644 --- a/src/main/java/com/owncloud/android/lib/resources/files/SearchRemoteOperation.java +++ b/src/main/java/com/owncloud/android/lib/resources/files/SearchRemoteOperation.java @@ -53,7 +53,9 @@ public enum SearchType { PHOTO_SEARCH, // gets all files with mimetype "image/%" SHARED_SEARCH, // show all shares GALLERY_SEARCH, // combined photo and video - FILE_ID_SEARCH // search one file specified by file id + FILE_ID_SEARCH, // search one file specified by file id + CONTENT_TYPE_SEARCH, + RECENTLY_ADDED_SEARCH } private String searchQuery;