<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: Toolbar Search and Multi Filter Search</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/toolbar-search-and-multi-filter-search</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/toolbar-search-and-multi-filter-search/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>muni on Toolbar Search and Multi Filter Search</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/toolbar-search-and-multi-filter-search#p29563</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/toolbar-search-and-multi-filter-search#p29563</guid>
        	        	<description><![CDATA[<p>I had implemented this searchhing functionality, it working fine for me.</p>
<p>check out here...</p>
<p><a href="http://www.smarttutorials.net/instant-search-with-pagination-in-php-mysql-jquery-and-ajax/" rel="nofollow" target="_blank"><a href="http://www.smarttutorials.net/" rel="nofollow">http://www.smarttutorials.net/</a>.....-and-ajax/</a></p>
]]></description>
        	        	<pubDate>Sat, 28 Sep 2013 06:50:30 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on Toolbar Search and Multi Filter Search</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/toolbar-search-and-multi-filter-search#p25709</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/toolbar-search-and-multi-filter-search#p25709</guid>
        	        	<description><![CDATA[<p>I could not help you with PHP code (search_adv.php for example) because I didn&#39;t use it myself. I just can see that the code which you posted is written definitively for the simple searching and can&#39;t work in your case.</p>
<p>Probably some PHP developer who read the forum can help you.</p>
]]></description>
        	        	<pubDate>Tue, 17 Jan 2012 23:45:07 +0200</pubDate>
        </item>
        <item>
        	<title>nate215 on Toolbar Search and Multi Filter Search</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/toolbar-search-and-multi-filter-search#p25708</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/toolbar-search-and-multi-filter-search#p25708</guid>
        	        	<description><![CDATA[<p>Thanks for your response, I have been trying with the search_adv.php demo page but with no success. When i search it just reloads the whole grid.</p>
]]></description>
        	        	<pubDate>Tue, 17 Jan 2012 23:13:52 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on Toolbar Search and Multi Filter Search</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/toolbar-search-and-multi-filter-search#p25707</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/toolbar-search-and-multi-filter-search#p25707</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>if you use <strong>multipleSearch:true</strong> option the information about the filters will be sent in another format (see <a href="/jqgridwiki/doku.php?id=wiki:advanced_searching#options" target="_blank">the documentation</a>). So you have to modify your server code so that you analyse the &#39;<strong>filters</strong>&#39; parameter instead of &#39;<strong>searchField</strong>&#39;, &#39;<strong>searchString</strong>&#39; and &#39;<strong>searchOper</strong>&#39; which you do currently.</p>
<p>I don&#39;t use PHP myself so I can&#39;t give you more code recommendation.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Tue, 17 Jan 2012 21:46:38 +0200</pubDate>
        </item>
        <item>
        	<title>nate215 on Toolbar Search and Multi Filter Search</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/toolbar-search-and-multi-filter-search#p25705</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/toolbar-search-and-multi-filter-search#p25705</guid>
        	        	<description><![CDATA[<p>Hi sorry to ask again but im really struggling with this i know it has something to do with the filters but just cant see where i am going wrong.</p>
</p>
<p>Thanks</p>
]]></description>
        	        	<pubDate>Tue, 17 Jan 2012 21:15:51 +0200</pubDate>
        </item>
        <item>
        	<title>nate215 on Toolbar Search and Multi Filter Search</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/toolbar-search-and-multi-filter-search#p25659</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/toolbar-search-and-multi-filter-search#p25659</guid>
        	        	<description><![CDATA[<p>Hi&#160;</p>
</p>
<p>I have set up JQgrid i have the regular single search working, but the advanced toolbar and and multisearch will not work. I am able to pull up the functions and see them but they filter no results. I have even seen in firebug when it searchs it is sending the right request but puls back all data. Im sure im missing something in my server code but struggled to see what it is.&#160;</p>
</p>
<p>jQuery(document).ready(function(){</p>
<p>jQuery("#list").jqGrid({</p>
<p>url:&#39;serverjson.php&#39;,</p>
<p>datatype: "json",</p>
<p>mtype: &#39;GET&#39;,</p>
<p>colNames:[&#39;id&#39;,&#39;Date&#39;, &#39;Name&#39;,&#39;Address 1&#39;,&#39;Address 2&#39;,&#39;City&#39;,&#39;Province&#39;,&#39;Postal&#39;,&#39;Gender&#39;,&#39;Phone&#39;,&#39;Value Card&#39;,&#39;Sharps&#39;,&#39;Fresh&#39;,&#39;Comments&#39;,&#39;Email&#39;,&#39;Manager&#39;,&#39;Domain&#39;],</p>
<p>colModel:[</p>
<p>{name:&#39;CUSTOMER_ID&#39;, index:&#39;CUSTOMER_ID&#39;, width:55, align:&#39;center&#39;,</p>
<p>searchoptions:{sopt:[&#39;eq&#39;,&#39;ne&#39;,&#39;lt&#39;,&#39;le&#39;,&#39;gt&#39;,&#39;ge&#39;,&#39;bw&#39;,&#39;ew&#39;,&#39;cn&#39;,&#39;nc&#39;]},</p>
<p>editable:false},</p>
<p>{name:&#39;DATE_ENTERED&#39;, index:&#39;DATE_ENTERED&#39;, width: 90, align:&#39;center&#39;,</p>
<p>searchoptions:{sopt:[&#39;eq&#39;,&#39;ne&#39;,&#39;lt&#39;,&#39;le&#39;,&#39;gt&#39;,&#39;ge&#39;,&#39;bw&#39;,&#39;ew&#39;,&#39;cn&#39;,&#39;nc&#39;]},</p>
<p>editable:false},</p>
<p>{name:&#39;NAME&#39;, index:&#39;NAME&#39;, width: 250, align:&#39;left&#39;,</p>
<p>searchoptions:{sopt:[&#39;eq&#39;,&#39;ne&#39;,&#39;lt&#39;,&#39;le&#39;,&#39;gt&#39;,&#39;ge&#39;,&#39;bw&#39;,&#39;ew&#39;,&#39;cn&#39;,&#39;nc&#39;]},</p>
<p>editable:true},</p>
<p>{name:&#39;ADDRESS1&#39;, index:&#39;ADDRESS1&#39;, width:150, align:&#39;center&#39;,</p>
<p>searchoptions:{sopt:[&#39;eq&#39;,&#39;ne&#39;,&#39;lt&#39;,&#39;le&#39;,&#39;gt&#39;,&#39;ge&#39;,&#39;bw&#39;,&#39;ew&#39;,&#39;cn&#39;,&#39;nc&#39;]},</p>
<p>editable:true},</p>
<p>{name:&#39;ADDRESS2&#39;, index:&#39;ADDRESS2&#39;, width:150, align:&#39;center&#39;,</p>
<p>searchoptions:{sopt:[&#39;eq&#39;,&#39;ne&#39;,&#39;lt&#39;,&#39;le&#39;,&#39;gt&#39;,&#39;ge&#39;,&#39;bw&#39;,&#39;ew&#39;,&#39;cn&#39;,&#39;nc&#39;]},</p>
<p>editable:true},</p>
<p>{name:&#39;CITY&#39;, index:&#39;CITY&#39;, width:150, align:&#39;center&#39;,</p>
<p>searchoptions:{sopt:[&#39;eq&#39;,&#39;ne&#39;,&#39;lt&#39;,&#39;le&#39;,&#39;gt&#39;,&#39;ge&#39;,&#39;bw&#39;,&#39;ew&#39;,&#39;cn&#39;,&#39;nc&#39;]},</p>
<p>editable:true},</p>
<p>{name:&#39;PROVINCE&#39;, index:&#39;PROVINCE&#39;, width:80, align:&#39;center&#39;,</p>
<p>searchoptions:{sopt:[&#39;eq&#39;,&#39;ne&#39;,&#39;lt&#39;,&#39;le&#39;,&#39;gt&#39;,&#39;ge&#39;,&#39;bw&#39;,&#39;ew&#39;,&#39;cn&#39;,&#39;nc&#39;]},</p>
<p>editable:true},</p>
<p>{name:&#39;POSTAL&#39;, index:&#39;POSTAL&#39;, width:120, align:&#39;center&#39;,</p>
<p>searchoptions:{sopt:[&#39;eq&#39;,&#39;ne&#39;,&#39;lt&#39;,&#39;le&#39;,&#39;gt&#39;,&#39;ge&#39;,&#39;bw&#39;,&#39;ew&#39;,&#39;cn&#39;,&#39;nc&#39;]},</p>
<p>editable:true},</p>
<p>{name:&#39;GENDER&#39;, index:&#39;GENDER&#39;, width:80, align:&#39;center&#39;,</p>
<p>searchoptions:{sopt:[&#39;eq&#39;,&#39;ne&#39;,&#39;lt&#39;,&#39;le&#39;,&#39;gt&#39;,&#39;ge&#39;,&#39;bw&#39;,&#39;ew&#39;,&#39;cn&#39;,&#39;nc&#39;]},</p>
<p>editable:true},</p>
<p>{name:&#39;PHONE&#39;, index:&#39;PHONE&#39;, width:80, align:&#39;center&#39;,</p>
<p>searchoptions:{sopt:[&#39;eq&#39;,&#39;ne&#39;,&#39;lt&#39;,&#39;le&#39;,&#39;gt&#39;,&#39;ge&#39;,&#39;bw&#39;,&#39;ew&#39;,&#39;cn&#39;,&#39;nc&#39;]},</p>
<p>editable:true},</p>
<p>{name:&#39;CUSTOMER_NUMBER&#39;, index:&#39;CUSTOMER_NUMBER&#39;, width:80, align:&#39;center&#39;,</p>
<p>searchoptions:{sopt:[&#39;eq&#39;,&#39;ne&#39;,&#39;lt&#39;,&#39;le&#39;,&#39;gt&#39;,&#39;ge&#39;,&#39;bw&#39;,&#39;ew&#39;,&#39;cn&#39;,&#39;nc&#39;]},</p>
<p>editable:true},</p>
<p>{name:&#39;SHARPS&#39;, index:&#39;SHARPS&#39;, width:80, align:&#39;center&#39;,</p>
<p>searchoptions:{sopt:[&#39;eq&#39;,&#39;ne&#39;,&#39;lt&#39;,&#39;le&#39;,&#39;gt&#39;,&#39;ge&#39;,&#39;bw&#39;,&#39;ew&#39;,&#39;cn&#39;,&#39;nc&#39;]},</p>
<p>editable:true},</p>
<p>{name:&#39;FRESH&#39;, index:&#39;FRESH&#39;, width:80, align:&#39;center&#39;,</p>
<p>searchoptions:{sopt:[&#39;eq&#39;,&#39;ne&#39;,&#39;lt&#39;,&#39;le&#39;,&#39;gt&#39;,&#39;ge&#39;,&#39;bw&#39;,&#39;ew&#39;,&#39;cn&#39;,&#39;nc&#39;]},</p>
<p>editable:true},</p>
<p>{name:&#39;COMMENTS&#39;, index:&#39;COMMENTS&#39;, width:80, align:&#39;center&#39;,</p>
<p>searchoptions:{sopt:[&#39;eq&#39;,&#39;ne&#39;,&#39;lt&#39;,&#39;le&#39;,&#39;gt&#39;,&#39;ge&#39;,&#39;bw&#39;,&#39;ew&#39;,&#39;cn&#39;,&#39;nc&#39;]},</p>
<p>editable:true},</p>
<p>{name:&#39;EMAIL&#39;, index:&#39;EMAIL&#39;, width:80, align:&#39;center&#39;,</p>
<p>searchoptions:{sopt:[&#39;eq&#39;,&#39;ne&#39;,&#39;lt&#39;,&#39;le&#39;,&#39;gt&#39;,&#39;ge&#39;,&#39;bw&#39;,&#39;ew&#39;,&#39;cn&#39;,&#39;nc&#39;]},</p>
<p>editable:true},</p>
<p>{name:&#39;MANAGER&#39;, index:&#39;MANAGER&#39;, width:80, align:&#39;center&#39;,</p>
<p>searchoptions:{sopt:[&#39;eq&#39;,&#39;ne&#39;,&#39;lt&#39;,&#39;le&#39;,&#39;gt&#39;,&#39;ge&#39;,&#39;bw&#39;,&#39;ew&#39;,&#39;cn&#39;,&#39;nc&#39;]},</p>
<p>editable:true},</p>
<p>{name:&#39;DOMAIN&#39;, index:&#39;DOMAIN&#39;, width:150, align:&#39;left&#39;,</p>
<p>searchoptions:{sopt:[&#39;eq&#39;,&#39;ne&#39;,&#39;lt&#39;,&#39;le&#39;,&#39;gt&#39;,&#39;ge&#39;,&#39;bw&#39;,&#39;ew&#39;,&#39;cn&#39;,&#39;nc&#39;]},</p>
<p>editable:true},</p>
<p>],</p>
<p>rowNum: 10,</p>
<p>rowList:[10,20,30],</p>
<p>loadonce: false,</p>
<p>gridview:true,</p>
<p>height: "100%",</p>
<p>pager: &#39;#pager&#39;,</p>
<p>sortname: &#39;CUSTOMER_ID&#39;,</p>
<p>viewrecords: true,</p>
<p>sortorder: "asc",</p>
<p>caption:"- Customer Details",</p>
<p>editurl:"server3.php",</p>
<p>pagination: true,</p>
<p>shrinktofit:false,</p>
<p>width:"960",</p>
</p>
<p>});</p>
<p>jQuery("#list").jgrid = {</p>
<p>search : {</p>
<p>caption: "Search...",</p>
<p>Find: "Find",</p>
<p>Reset: "Reset",</p>
<p>odata : [&#39;equal&#39;, &#39;not equal&#39;, &#39;less&#39;, &#39;less or equal&#39;,&#39;greater&#39;,&#39;greater or equal&#39;, &#39;begins with&#39;,&#39;does not begin with&#39;,&#39;is in&#39;,&#39;is not in&#39;,&#39;ends with&#39;,&#39;does not end with&#39;,&#39;contains&#39;,&#39;does not contain&#39;],</p>
<p>groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],</p>
<p>matchText: " match",</p>
<p>rulesText: " rules"</p>
<p>}},</p>
<p>jQuery("#list").jqGrid(&#39;navGrid&#39;,&#39;#pager&#39;,{ view: true, del: false, add: true, edit: true },</p>
<p>{}, // default settings for edit</p>
<p>{}, // default settings for add</p>
<p>{}, // delete</p>
<p>{closeOnEscape: true, multipleSearch: false ,</p>
<p>closeAfterSearch: true }, // search options</p>
<p>{}</p>
<p>);</p>
<p>//jQuery("#list").jqGrid(&#39;filterToolbar&#39;, {stringResult: true, searchOnEnter: false, defaultSearch:"eq"});</p>
<p>});</p>
</p>
<p>Server Code:</p>
</p>
<p>&#60;?php</p>
</p>
<p>// database connection information is stored here</p>
<p>include("dbconfig.php");</p>
</p>
<p>// The first four variables retrieve parameters for</p>
<p>// table creation. (Some for searching also.)</p>
<p>$page = $_REQUEST[&#39;page&#39;];    // requested page</p>
<p>$limit = $_REQUEST[&#39;rows&#39;];   // rows per page</p>
<p>$sidx = $_REQUEST[&#39;sidx&#39;];    // index row</p>
<p>$sord = $_REQUEST[&#39;sord&#39;];    // sorting order</p>
</p>
<p>// if index isn&#39;t passed then use the first column</p>
<p>if(!$sidx) $sidx=1;</p>
</p>
<p>// these three variables are used to search for records</p>
<p>$where = $_REQUEST[&#39;searchField&#39;];        // field to be searched</p>
<p>$whereValue = $_REQUEST[&#39;searchString&#39;];  // value to be looked for</p>
<p>$whereOper = $_REQUEST[&#39;searchOper&#39;];     // operator used</p>
</p>
<p>// If $whereOper was passed then cofigure the SQL operator</p>
<p>// and what we are searching for. There are a couple of</p>
<p>// these remarked out because honestly I do not know the mySQL</p>
<p>// syntax and I really don&#39;t need it for this project.</p>
<p>if ($whereOper &#60;&#62; NULL) {</p>
</p>
<p>switch($whereOper){</p>
<p>case("eq"):</p>
<p>$sqlOperator = " = ";</p>
<p>$whereValue = "&#39;".$whereValue."&#39;";</p>
<p>break;</p>
<p>case("ne"):</p>
<p>$sqlOperator = " &#60;&#62; ";</p>
<p>$whereValue = "&#39;".$whereValue."&#39;";</p>
<p>break;</p>
<p>case("lt"):</p>
<p>$sqlOperator = " &#60; ";</p>
<p>$whereValue = "&#39;".$whereValue."&#39;";</p>
<p>break;</p>
<p>case("le"):</p>
<p>$sqlOperator = " &#60;= ";</p>
<p>$whereValue = "&#39;".$whereValue."&#39;";</p>
<p>break;</p>
<p>case("gt"):</p>
<p>$sqlOperator = " &#62; ";</p>
<p>$whereValue = "&#39;".$whereValue."&#39;";</p>
<p>break;</p>
<p>case("ge"):</p>
<p>$sqlOperator = " &#62;= ";</p>
<p>$whereValue = "&#39;".$whereValue."&#39;";</p>
<p>break;</p>
<p>case("bw"):</p>
<p>$sqlOperator = " REGEXP &#39;^";</p>
<p>$whereValue = $whereValue."&#39;" ;</p>
<p>break;</p>
<p>//    case("bn"):</p>
<p>//      $sqlOperator = "=";</p>
<p>//      $whereValue = "&#39;".$whereValue."&#39;";</p>
<p>//      break;</p>
<p>//    case("in"):</p>
<p>//      $sqlOperator = "=";</p>
<p>//      $whereValue = "&#39;".$whereValue."&#39;";</p>
<p>//      break;</p>
<p>//    case("ni"):</p>
<p>//      $sqlOperator = "=";</p>
<p>//      $whereValue = $whereValue."&#39;";</p>
<p>//      break;</p>
<p>case("ew"):</p>
<p>$sqlOperator = " LIKE &#39;%";</p>
<p>$whereValue = $whereValue."&#39;";</p>
<p>break;</p>
<p>//    case("en"):</p>
<p>//      $sqlOperator = "=";</p>
<p>//      $whereValue = "&#39;".$whereValue."&#39;";</p>
<p>//      break;</p>
<p>case("cn"):</p>
<p>$sqlOperator = " LIKE &#39;%";</p>
<p>$whereValue = $whereValue."%&#39;";</p>
<p>break;</p>
<p>case("nc"):</p>
<p>$sqlOperator = " NOT LIKE &#39;%";</p>
<p>$whereValue = $whereValue."%&#39;";</p>
<p>break;</p>
<p>}</p>
<p>}</p>
</p>
<p>// Connect to the MySQL database server</p>
<p>$db = mysql_connect($dbhost, $dbuser, $dbpassword) or die("Connection Error: " . mysql_error());</p>
</p>
<p>// Select the database</p>
<p>mysql_select_db($database) or die("Error connecting to db.");</p>
</p>
<p>// if $where is not NULL then get the count on the search criteria,</p>
<p>// else get the count on everything.</p>
<p>if ($where &#60;&#62; NULL){</p>
<p>$result = mysql_query("SELECT COUNT(*) AS count FROM CUSTOMER WHERE ".$where.$sqlOperator.$whereValue);</p>
<p>} else {</p>
<p>$result = mysql_query("SELECT COUNT(*) AS count FROM CUSTOMER");</p>
<p>}</p>
</p>
<p>// Calculate the number of rows for the query.</p>
<p>// This is used for paging the result.</p>
<p>$row = mysql_fetch_array($result, MYSQL_ASSOC);</p>
<p>$count = $row[&#39;count&#39;];</p>
</p>
<p>// calculate the total pages for the query</p>
<p>if($count &#62; 0) {</p>
<p>$total_pages = ceil($count/$limit);</p>
<p>} else {</p>
<p>$total_pages = 0;</p>
<p>}</p>
<p>// calculate the starting position of the rows</p>
<p>$start = $limit*$page-$limit;</p>
</p>
<p>// if for some reasons start position is negative set it to 0</p>
<p>// typical case is that the user type 0 for the requested page</p>
<p>if($start &#60; 0) $start = 0;</p>
</p>
<p>// if where is not null then retrieve requested rows based on search</p>
<p>// else retrieve everything</p>
<p>if ($where &#60;&#62; NULL) {</p>
</p>
<p>$SQL = "SELECT CUSTOMER_ID, DATE_ENTERED, NAME, ADDRESS1, ADDRESS2, CITY, PROVINCE, POSTAL, GENDER, PHONE, CUSTOMER_NUMBER, SHARPS, FRESH, COMMENTS, EMAIL, MANAGER, DOMAIN FROM CUSTOMER WHERE ".$where.$sqlOperator.$whereValue." ORDER BY ".$sidx." ".$sord." LIMIT ".$start." , ".$limit;</p>
<p>$result = mysql_query($SQL) or die("Could not execute query ".$SQL." ".mysql_error());</p>
</p>
<p>} else {</p>
</p>
<p>$SQL = "SELECT CUSTOMER_ID, DATE_ENTERED, NAME, ADDRESS1, ADDRESS2, CITY, PROVINCE, POSTAL, GENDER, PHONE, CUSTOMER_NUMBER, SHARPS, FRESH, COMMENTS, EMAIL, MANAGER, DOMAIN FROM CUSTOMER ORDER BY ".$sidx." ".$sord." LIMIT ".$start." , ".$limit;</p>
<p>$result = mysql_query($SQL) or die("Could not execute query. ".mysql_error());</p>
<p>}</p>
</p>
<p>// echo $SQL . "&#60;br /&#62;";</p>
</p>
<p>// response back to web page</p>
<p>$response-&#62;page = $page;</p>
<p>$response-&#62;total = $total_pages;</p>
<p>$response-&#62;records = $count;</p>
</p>
<p>$i=0;</p>
<p>while($row = mysql_fetch_array($result,MYSQL_ASSOC)) {</p>
<p>$response-&#62;rows[$i][&#39;id&#39;]=$row[CUSTOMER_ID];</p>
<p>$response-&#62;rows[$i][&#39;cell&#39;]=array($row[CUSTOMER_ID], $row[DATE_ENTERED], $row[NAME], $row[ADDRESS1], $row[ADDRESS2],</p>
<p>$row[CITY], $row[PROVINCE], $row[POSTAL], $row[GENDER], $row[PHONE],$row[CUSTOMER_NUMBER],$row[SHARPS],$row[FRESH],$row[COMMENTS],$row[EMAIL],$row[MANAGER], $row[DOMAIN]);</p>
<p>$i++;</p>
<p>}</p>
<p>echo json_encode($response);</p>
<p>mysql_close($db);</p>
<p>?&#62;</p>
</p>
<p>Thanks in advance</p>
]]></description>
        	        	<pubDate>Fri, 13 Jan 2012 17:53:54 +0200</pubDate>
        </item>
</channel>
</rss>