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