# FarPoint.Web.Spread.FilterMatchingMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Web_Spread_FilterMatchingMode" data-uid="FarPoint.Web.Spread.FilterMatchingMode" class="text-break">FilterMatchingMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the match methods used in the automatic filter.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_FilterMatchingMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FilterMatchingMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FilterMatchingMode</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="FarPoint_Web_Spread_FilterMatchingMode_AmbiguousMatchAll">AmbiguousMatchAll</td>
        <td><p>Specifies to use the new ambiguous search engine when searching all substrings.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FilterMatchingMode_AmbiguousMatchStartWith">AmbiguousMatchStartWith</td>
        <td><p>Specifies to use the new ambiguous search engine when searching for items that start with the value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FilterMatchingMode_ExactMatchAll">ExactMatchAll</td>
        <td><p>Specifies to use a similar mode as MatchAll, except the search is case-sensitive.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FilterMatchingMode_ExactMatchStartWith">ExactMatchStartWith</td>
        <td><p>Specifies to use a similar mode as MatchStartWith, except the search is case-sensitive.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FilterMatchingMode_MatchAll">MatchAll</td>
        <td><p>Specifies to search all possible substrings in the candidate list items and to ignore the case.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FilterMatchingMode_MatchStartWith">MatchStartWith</td>
        <td><p>Specifies to use the same method as the current automatic complete matching feature and specifies to find items that start with the value and to ignore the case.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
