alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class SearchFilter

    Defines members for creating search criteria.

    Inheritance
    object
    SearchFilter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Data
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SearchFilter

    Constructors

    SearchFilter()

    Declaration
    public SearchFilter()

    Properties

    Fields

    Collection of fields to search.

    Declaration
    public List<string> Fields { get; set; }
    Property Value
    Type
    List<string>

    IgnoreAccent

    Gets or sets a value indicating whether to ignore accent marks and diacritic characters during search operations.

    Declaration
    public bool IgnoreAccent { get; set; }
    Property Value
    Type Description
    bool

    true to treat accented and unaccented characters as equivalent (e.g., "é" as "e"); otherwise, false. The default is false.

    Remarks

    Enable this option to improve the accuracy and usability of search results in multilingual datasets where users may omit accent marks. This is especially useful for user-entered queries in globalized applications.

    IgnoreCase

    Specifies that incasesensitive search to be done.

    Declaration
    public bool IgnoreCase { get; set; }
    Property Value
    Type
    bool

    Key

    Specifies the search key.

    Declaration
    public string Key { get; set; }
    Property Value
    Type
    string

    Operator

    Specifies the search operator. By default, contains operator will be used.

    Declaration
    public string Operator { get; set; }
    Property Value
    Type
    string
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved