diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-12-02 15:24:25 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-12-02 15:24:25 +0000 |
| commit | 0b4808ba3da43e695c688704af8a141cf9cc3de2 (patch) | |
| tree | e5da6089e3e38f63256375c484dd9d0902c0fc53 /htroot/yacysearch.rss | |
| parent | 74a3d8611437ac3b5ac3ea03de51a42f4d27a0d1 (diff) | |
added new interactive search feature:
- during the user types search queries, the local database is searched
- results are presented interactively
This was implemented using a new JSON result format for search results in YaCy
- added JSON as file format for servlets
- refactoring of current search servlets (xml and html)
- added JSON output format for search results
- added AJAX-based search page, that uses the yacysearch.json selrvlet to print results as a query is typed
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5373 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/yacysearch.rss')
| -rw-r--r-- | htroot/yacysearch.rss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/yacysearch.rss b/htroot/yacysearch.rss index 4ab51be57..550c14783 100644 --- a/htroot/yacysearch.rss +++ b/htroot/yacysearch.rss @@ -21,9 +21,9 @@ <opensearch:Query role="request" searchTerms="#[rss_queryenc]#" /> #{results}# -<!--#include virtual="yacysearchitem.html?rss=true&item=#[item]#&eventID=#[eventID]#" --> +<!--#include virtual="yacysearchitem.xml?item=#[item]#&eventID=#[eventID]#" --> #{/results}# -<!--#include virtual="yacysearchitem.html?rss=true&bottomline=true&eventID=#[eventID]#" --> +<!--#include virtual="yacysearchtrailer.xml?eventID=#[eventID]#" --> </channel> </rss>
\ No newline at end of file |
