diff --git a/mozilla/toolkit/components/help/content/help.js b/mozilla/toolkit/components/help/content/help.js index b21e3c12d71..0a06f8d1464 100644 --- a/mozilla/toolkit/components/help/content/help.js +++ b/mozilla/toolkit/components/help/content/help.js @@ -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