<?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: bug in local searching</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-in-local-searching</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/bugs/bug-in-local-searching/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>OlegK on bug in local searching</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-in-local-searching#p28164</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bug-in-local-searching#p28164</guid>
        	        	<description><![CDATA[<p>Sorry! It was my error... 🙁</p>
]]></description>
        	        	<pubDate>Tue, 29 Jan 2013 12:48:36 +0200</pubDate>
        </item>
        <item>
        	<title>tony on bug in local searching</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-in-local-searching#p28163</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bug-in-local-searching#p28163</guid>
        	        	<description><![CDATA[<p>Oleg,</p>
<p>The demo you pointed does not contain my fix. Can you please correct and try it with it.</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Tue, 29 Jan 2013 12:40:39 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on bug in local searching</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-in-local-searching#p28162</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bug-in-local-searching#p28162</guid>
        	        	<description><![CDATA[<p>I think that <a href="https://github.com/tonytomov/jqGrid/commit/4371009b320876f8c269e723d2a17bc74cb28719" target="_blank">the previous fix</a> which you posted is still buggy. I descibes the problem in <a href="https://github.com/tonytomov/jqGrid/pull/417#issuecomment-12828587" target="_blank">the comment</a>. I&#39;m not sure that the changes which I suggested in <a href="https://github.com/tonytomov/jqGrid/pull/417" target="_blank">the pull requests</a> fixes all current problem, but at least the appling of the same filter on <a href="http://www.ok-soft-gmbh.com/jqGrid/SearchingDialogAboveGrid1.htm" target="_blank">the demo</a> which uses my suggestion works correctly.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Tue, 29 Jan 2013 12:35:36 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on bug in local searching</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-in-local-searching#p28132</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bug-in-local-searching#p28132</guid>
        	        	<description><![CDATA[<p>Hello Tony,</p>
<p>it seems to me that I fond a simple fix of the problem. I posted <a href="https://github.com/tonytomov/jqGrid/pull/417" target="_blank">the pull request</a> with the corresponding suggestion.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Sat, 26 Jan 2013 14:51:14 +0200</pubDate>
        </item>
        <item>
        	<title>tony on bug in local searching</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-in-local-searching#p28122</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bug-in-local-searching#p28122</guid>
        	        	<description><![CDATA[<p>Hello Oleg,</p>
<p>Thanks. I confirm the bug. From what I currently see it will be very hard to fix, but I&#160; will</p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 25 Jan 2013 15:19:36 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on bug in local searching</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-in-local-searching#p28115</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bug-in-local-searching#p28115</guid>
        	        	<description><![CDATA[<p>OK I included <strong>showQuery: true</strong> option in&#160;the demo. One can see now that the correct query</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7714' value='Select Code' data-codeid='sfcode7714' /></p>
<div class='sfcode' id='sfcode7714'>((name = &#34;test5&#34;) OR name = &#34;test6&#34;)</div>
<p>&#160;will be created by filter module and postData.filters is also correct
</p>
<p>"{"groupOp":"OR","rules":[{"field":"name","op":"eq","data":"test6"}],"groups":[{"groupOp":"AND","rules":[{"field":"name","op":"eq","data":"test5"}],"groups":[]}]}"</p>
<p>or in object form as</p>
<p><input type='button' class='sfcodeselect' name='sfselectit171' value='Select Code' data-codeid='sfcode171' /></p>
<div class='sfcode' id='sfcode171'>{<br />&#160; &#160; groupOp: &#34;OR&#34;,<br />&#160; &#160; rules: [<br />&#160; &#160; &#160; &#160; {field: &#34;name&#34;, op: &#34;eq&#34;, data: &#34;test6&#34;}<br />&#160; &#160; ],<br />&#160; &#160; groups: [<br />&#160; &#160; &#160; &#160; {<br />&#160; &#160; &#160; &#160; &#160; &#160; groupOp: &#34;AND&#34;,<br />&#160; &#160; &#160; &#160; &#160; &#160; rules: [<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; {field: &#34;name&#34;, op: &#34;eq&#34;, data: &#34;test5&#34;}<br />&#160; &#160; &#160; &#160; &#160; &#160; ],<br />&#160; &#160; &#160; &#160; &#160; &#160; groups: []<br />&#160; &#160; ]<br />}&#160;</div>
<p><span style="font-size: 14px;">Just the local searching works wrong with the data.</span></p>
<p><span style="font-size: 14px;">Best regards<br />Oleg&#160;</span></p>
]]></description>
        	        	<pubDate>Thu, 24 Jan 2013 18:09:24 +0200</pubDate>
        </item>
        <item>
        	<title>tony on bug in local searching</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-in-local-searching#p28114</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bug-in-local-searching#p28114</guid>
        	        	<description><![CDATA[<p>Thanks Oleg,</p>
</p>
<p>Before I look in this you can set showQuery param in filtering to see what search string is builded.</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Thu, 24 Jan 2013 17:56:22 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on bug in local searching</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-in-local-searching#p28113</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bug-in-local-searching#p28113</guid>
        	        	<description><![CDATA[<p>Hello Tony,</p>
<p>I read about the bug some days before (see <a href="http://stackoverflow.com/q/14435407/315935" target="_blank">here</a>), but hadn&#39;t time to fix the problem till now. So I decide to describe the bug first of all.</p>
<p>Let us we have simple local grid like <a href="http://www.ok-soft-gmbh.com/jqGrid/SearchingDialogAboveGrid1.htm" target="_blank">here</a>. If we would use the filter</p>
<p><a href="http://www.ok-soft-gmbh.com/jqGrid/OK1.png"><img src="http://www.ok-soft-gmbh.com/jqGrid/OK1.png" width="100"  class="sfimageleft spUserImage" alt="" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
<p>or another one</p>
<p><a href="http://www.ok-soft-gmbh.com/jqGrid/OK2.png"><img src="http://www.ok-soft-gmbh.com/jqGrid/OK2.png" width="100"  class="sfimageleft spUserImage" alt="" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
<p>we will see correct filtering results with two rows (one having "test6&#8243; and another having "test5&#8243;). The problem (the bug) can be reproduce if we would use mix between <strong>rules</strong> and <strong>groups</strong>&#160;parts of the <a href="/jqgridwiki/doku.php?id=wiki:advanced_searching#options" target="_blank">filters</a>.</p>
<p><a href="http://www.ok-soft-gmbh.com/jqGrid/Wrong1.png"><img src="http://www.ok-soft-gmbh.com/jqGrid/Wrong1.png" width="100"  class="sfimageleft spUserImage" alt="" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
<p>Applying of such filter produces <strong><span style="text-decoration: underline;">no rows</span></strong> because AND operation between two suboperations will be used&#160;instead of OR.</p>
<p>I hope Tony, that you&#39;ll quickly find the place in the code which is the origin of the problem and will fix the bug.</p>
<p>Best regards<br />Oleg</p>
]]></description>
        	        	<pubDate>Thu, 24 Jan 2013 17:38:08 +0200</pubDate>
        </item>
</channel>
</rss>