<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    I was able to do a search using something like this<br>
    <br>
    &lt;Widget xsi:type="UiWidgetType"&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Name&gt;menuSearch&lt;/Name&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Type&gt;Search&lt;/Type&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;StatusItem&gt;&lt;/StatusItem&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Extension&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Target&gt;TaskPane&lt;/Target&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Layer&gt;<b>myLayerName</b>&lt;/Layer&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Filter&gt;<b>myLayersProperty</b> <b>LIKE
      \'%25$USER_VARIABLE%25\'</b>&lt;/Filter&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Extension&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...<br>
    &nbsp;&nbsp;&nbsp; &lt;/Widget&gt;<br>
    <br>
    Hope this helps...<br>
    <br>
    - Drew<br>
    <br>
    On 11/2/2010 3:49 AM, Jackie Ng wrote:
    <blockquote cite="mid:1288687747905-5696270.post@n2.nabble.com"
      type="cite">
      <pre wrap="">
I guess I should re-phrase my question as: What is the FDO provider of the
Feature Source used by the Layer you are searching on?

Did you actually try the full expression? My previous example was one full
filter

- Jackie
</pre>
    </blockquote>
    <br>
  </body>
</html>