mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-02-02 06:38:42 -05:00
3e303db1fa
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7293 6c8d7289-2bf4-0310-a012-ef5d649a1542
12 lines
247 B
XML
12 lines
247 B
XML
<?xml version="1.0"?>
|
|
<SearchSuggestion xmlns ="http://schemas.microsoft.com/Search/2008/suggestions">
|
|
<Query>#[query]#</Query>
|
|
<Section>
|
|
#{suggestions}#
|
|
<Item>
|
|
<Text>#[text]#</Text>
|
|
</Item>
|
|
#{/suggestions}#
|
|
</Section>
|
|
</SearchSuggestion>
|