Merge "Lowercasing search query in ExternalStorageProvider#querySearchDocs." into nyc-mr1-dev
This commit is contained in:
@@ -566,6 +566,7 @@ public class ExternalStorageProvider extends DocumentsProvider {
|
||||
throws FileNotFoundException {
|
||||
final MatrixCursor result = new MatrixCursor(resolveDocumentProjection(projection));
|
||||
|
||||
query = query.toLowerCase();
|
||||
final File parent;
|
||||
synchronized (mRootsLock) {
|
||||
parent = mRoots.get(rootId).path;
|
||||
|
||||
Reference in New Issue
Block a user