<div dir="ltr"><div>I&#39;ve got a few miscellaneous questions about searching in CQPweb using CQP syntax.</div><div><br></div><div><b>1. </b>I&#39;ve tagged each utterance with a unique serial number that&#39;s stored in the <font face="monospace">s_utterance</font> s-attribute. It&#39;s encoded as free text. I&#39;d like to be able to query specific utterances by number, e.g. <font face="monospace">s_utterance=&quot;1287117&quot;</font>, and get a single result just once -- the entirety of the utterance.</div><div><br></div><div>The best attempts I&#39;ve been able to come up with are kludgy and return one hit per token in the utterance: <font face="monospace">[word=&quot;.+&quot;] :: match.s_utterance=&quot;12887&quot;</font>and [] :: match.s_utterance=&quot;12887&quot;. </div><div><br></div><div>Is there a better way to do this?</div><div><br></div><div><br></div><div><b>2.</b> Performing <i>case-sensitive</i> queries of words is of limited use to me (and likely others). However, it&#39;s the default with CQP syntax queries. This is different from both the simple query syntax and search engine syntax, which makes it very easy to forget to add <font face="monospace">%c</font> to every single query element.</div><div><br></div><div>Is there any way to set searching to be case-<i>insensitive</i> by default?</div><div><br></div><div><br></div><div><b>3.</b> In a similar vein, searching across sentence/utterance boundaries is of limited usefulness, but it is also the default. This can, of course, be dealt with by adding <font face="monospace">within s</font> to all queries, but that&#39;s a lot of typing over time, it&#39;s not intuitive to many users, and it&#39;s also easy to forget.</div><div><br></div><div>Can queries somehow be set to not cross sentence/utterance boundaries by default? </div><div><br></div><div>Thanks in advance!</div><div>Scott</div></div>