зеркало из https://github.com/mozilla/gecko-dev.git
Bug 294232 - Actually do searches through defined search datasources. r=neil, a=asa
This commit is contained in:
Родитель
b0170f2ead
Коммит
4b09438968
|
@ -684,6 +684,12 @@ function doFind() {
|
|||
|
||||
doFindOnDatasource(resultsDS, sourceDS, RDF_ROOT, 0);
|
||||
|
||||
// search additional search datasources
|
||||
if (searchDatasources != "rdf:null") {
|
||||
if (!searchDS) searchDS = loadCompositeDS(searchDatasources);
|
||||
doFindOnDatasource(resultsDS, searchDS, RDF_ROOT, 0);
|
||||
}
|
||||
|
||||
if (emptySearch)
|
||||
assertSearchEmpty(resultsDS);
|
||||
// Add the datasource to the search tree
|
||||
|
|
Загрузка…
Ссылка в новой задаче