<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE lire:report-spec PUBLIC
  "-//LogReport.ORG//DTD Lire Report Specification Markup Language V2.0//EN"
  "http://www.logreport.org/LRSML/2.0/lrsml.dtd">
<lire:report-spec xmlns:lire="http://www.logreport.org/LRSML/"
 superservice="www" schema="www-search" id="requests-by-search_engine"
 charttype="bars">

 <lire:title>Requests By Search Engines Report</lire:title>
 <lire:description>
  <para>This report shows the number of requests that resulted from
   search engines.
  </para>
 </lire:description>

 <lire:display-spec>
  <lire:title>Requests By Search Engine</lire:title>
 </lire:display-spec>

 <lire:filter-spec>
  <lire:ne arg1="$search_engine" arg2="-"/>
 </lire:filter-spec>

 <lire:report-calc-spec>
  <lire:group sort="-request_total">
   <lire:field name="search_engine"/>

   <lire:count name="request_total" label="Requests"/>
   <lire:count name="request_ratio" ratio="table" label="% Total"/>
  </lire:group>
 </lire:report-calc-spec>

</lire:report-spec>

