<?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: Multi Search with Multiple Group op?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/multi-search-with-multiple-group-op</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/multi-search-with-multiple-group-op/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>johan on Multi Search with Multiple Group op?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multi-search-with-multiple-group-op#p21669</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multi-search-with-multiple-group-op#p21669</guid>
        	        	<description><![CDATA[<p>EDIT: I am finding that the code found in the link below describes well what I am looking for, however, the source code provided is quite bug ridden.</p>
</p>
<p>Well I found this. I am going to attempt to implement this into my base jqGrid. Looks difficult, but it seems to be what I am looking for. If I am successful, I will post something.</p>
</p>
<p><a title="http://www.codeproject.com/KB/scripting/json-filtering.aspx" href="http://www.codeproject.com/KB/scripting/json-filtering.aspx" target="_blank"></a><a href="http://www.codeproject.com/KB/" rel="nofollow" target="_blank">http://www.codeproject.com/KB/</a>.....ering.aspx</p>
]]></description>
        	        	<pubDate>Fri, 14 Jan 2011 05:02:20 +0200</pubDate>
        </item>
        <item>
        	<title>johan on Multi Search with Multiple Group op?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multi-search-with-multiple-group-op#p21666</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multi-search-with-multiple-group-op#p21666</guid>
        	        	<description><![CDATA[<p>I don&#39;t mean to bump my own thread but I am bumping my own thread.</p>
</p>
<p>Can anyone comment as to if this is possible? Perhaps I did not explain clearly enough? I have looked through all of the documents and I am finding nothing about passing multiple filters with different groupop&#39;s.</p>
</p>
<p>If jqgrid does not have this capability (the "+" on the dialog would indicate so...) I am wondering if someone could give me a start at how to modify jqgrid to have this ability.</p>
</p>
<p>Thanks ahead.</p>
]]></description>
        	        	<pubDate>Thu, 13 Jan 2011 22:39:37 +0200</pubDate>
        </item>
        <item>
        	<title>johan on Multi Search with Multiple Group op?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multi-search-with-multiple-group-op#p21575</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multi-search-with-multiple-group-op#p21575</guid>
        	        	<description><![CDATA[<p>&#160;I need AND &#124;&#124; OR in the same search.</p>
</p>
<p>So what would be sent as filters would be:</p>
</p>
<pre class="code html4strict">filters = 
    {"groupOp":"AND",
     "rules":[
       {"field":"invdate","op":"ge","data":"2007-10-06"},
       {"field":"invdate","op":"le","data":"2007-10-20"}, 
      ]
    }
    {"groupOp":"OR",
     "rules":[
       {"field":"field1","op":"contains","data":"de"},
       {"field":"field2","op":"contains","data":"de"}, 
      ]
    }</pre>
<p>This is what is wanted as a possible search. Is this possible? I actually thought the "+" next to the "Match ~ Rules was to add different groupings to the search but all it seems to do is add another field. I can only ever seem to run searches on either AND, or OR, but not both.  Thanks, Johan</p>
]]></description>
        	        	<pubDate>Fri, 07 Jan 2011 21:30:50 +0200</pubDate>
        </item>
</channel>
</rss>