Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 9002d57d authored by Mario Danic's avatar Mario Danic Committed by AndyScherzinger
Browse files

Test



Signed-off-by: default avatarMario Danic <mario@lovelyhq.com>
parent c9184924
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -19,6 +19,8 @@
 */
package com.owncloud.android.lib.resources.files;

import android.util.Log;

import com.owncloud.android.lib.common.OwnCloudClient;
import com.owncloud.android.lib.common.network.WebdavEntry;
import com.owncloud.android.lib.common.operations.RemoteOperation;
@@ -221,7 +223,7 @@ public class SearchOperation extends RemoteOperation {
                searchType == SearchType.RECENTLY_ADDED_SEARCH) {
            equalsElement = query.createElementNS(DAV_NAMESPACE, "d:gt");
        } else if (searchType == SearchType.GALLERY_SEARCH) {
            equalsElement = query.createElementNS(DAV_NAMESPACE, "d:or");
            equalsElement = query.createElementNS(DAV_NAMESPACE, "d:and");
        } else {
            equalsElement = query.createElementNS(DAV_NAMESPACE, "d:like");
        }