menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SearchFilter - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SearchFilter

    Defines members for creating search criteria.

    Inheritance
    System.Object
    SearchFilter
    Namespace: Syncfusion.Blazor.Data
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SearchFilter : Object

    Constructors

    SearchFilter()

    Declaration
    public SearchFilter()

    Properties

    Fields

    Collection of fields to search.

    Declaration
    public List<string> Fields { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<System.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
    System.Boolean

    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
    System.Boolean

    Key

    Specifies the search key.

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

    Operator

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

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