зеркало из https://github.com/mozilla/gecko-dev.git
Bug 432778 – Searching on Tags doesn't give back any results. r=dietrich
This commit is contained in:
Родитель
998b3ede01
Коммит
0c1e66f1a5
|
@ -853,6 +853,10 @@ var PlacesSearchBox = {
|
|||
//scopeBtn.label = PlacesOrganizer._places.selectedNode.title;
|
||||
break;
|
||||
case "bookmarks":
|
||||
// Make sure we're getting uri results.
|
||||
// We do not yet support searching into grouped queries or into
|
||||
// tag containers, so we must fall to the default case.
|
||||
currentOptions.resultType = currentOptions.RESULT_TYPE_URI;
|
||||
content.applyFilter(filterString,
|
||||
[PlacesUtils.bookmarksMenuFolderId,
|
||||
PlacesUtils.toolbarFolderId,
|
||||
|
|
Загрузка…
Ссылка в новой задаче