diff --git a/htroot/yacysearchitem.html b/htroot/yacysearchitem.html index 2d2ed0781..45c7e133a 100644 --- a/htroot/yacysearchitem.html +++ b/htroot/yacysearchitem.html @@ -50,7 +50,7 @@ #(/rss)# #(references)#::

Topwords: -#{words}# #[word]##{/words}# +#{words}# #[word]##{/words}#

#(/references)# #(rssreferences)#:: diff --git a/htroot/yacysearchitem.java b/htroot/yacysearchitem.java index 9aa735462..da1c86658 100644 --- a/htroot/yacysearchitem.java +++ b/htroot/yacysearchitem.java @@ -147,6 +147,7 @@ public class yacysearchitem { prop.put("references_words_" + hintcount + "_newsearch", theQuery.queryString.replace(' ', '+') + "+" + word); prop.put("references_words_" + hintcount + "_count", theQuery.displayResults()); prop.put("references_words_" + hintcount + "_offset", 0); + prop.put("references_words_" + hintcount + "_contentdom", theQuery.contentdom()); prop.put("references_words_" + hintcount + "_resource", theQuery.searchdom()); prop.put("references_words_" + hintcount + "_time", (theQuery.maximumTime / 1000)); }