summaryrefslogtreecommitdiff
path: root/htroot/suggest.xml
blob: 2ac01fbd7c1f1a40ea462c713da95662fb90cfb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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>