<div class="gmail_quote">On Mon, Jul 16, 2012 at 9:31 PM, Thomas Mashos <span dir="ltr">&lt;<a href="mailto:thomas@mashos.com" target="_blank">thomas@mashos.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

program.title = &#39;XXX Summer Olympics&#39; AND (program.subtitle LIKE<br>
&#39;%Gymnastics%&#39; OR program.subtitle LIKE &#39;%Swimming%&#39; OR<br>
program.subtitle LIKE &#39;%Basketball%&#39; OR program.subtitle LIKE<br>
&#39;%Track%&#39; OR program.subtitle LIKE &#39;%Ceremony%&#39;)<br>
<br>
Is there a better recording schedule? Comments or suggestions?</blockquote><div> </div><div>Just from looking at one guide -- <a href="http://www.london2012.com/schedule-and-results/">http://www.london2012.com/schedule-and-results/</a><br>

<br>I saw &quot;Opening and Closing Ceremonies&quot;.  I wonder if you should put<br><br>    LIKE &#39;%Ceremon%&#39;<br><br>to be on the safe side.  I assume that the percentage sign would wildcard both instances (Ceremony and Ceremonies) that way.<br>

<br>My two cents,<br>Jerry<br></div></div>