<p>In <a href="https://github.com/dbsrgits/dbix-class/pull/96#discussion_r54346002">lib/DBIx/Class/Manual/Intro.pod</a>:</p>
<pre style='color:#555'>&gt;  
&gt;    # Find albums whose artist starts with &#39;Jimi&#39;
&gt; -  my $rs = $schema-&gt;resultset(&#39;Album&#39;)-&gt;search_like({ artist =&gt; &#39;Jimi%&#39; });
&gt; +  my $rs = $schema-resultset(&#39;Album&#39;)-&gt;search({ artist =&gt; { like =&gt; &#39;Jimi%&#39; } });
</pre>
<p>thanks, fixed and pushed to my fork</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/dbsrgits/dbix-class/pull/96/files#r54346002">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AASeArVPBhQF_3b83m1aSuNLVn8m4vfMks5poqjKgaJpZM4Hiph5.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/dbsrgits/dbix-class/pull/96/files#r54346002"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>