Bug 294232 - Actually do searches through defined search datasources. r=neil, a=asa

This commit is contained in:
jwalden%mit.edu 2005-05-19 18:29:28 +00:00
Родитель b0170f2ead
Коммит 4b09438968
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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