Search Results for

    Show / Hide Table of Contents

    Enum MySQLMatchSearchMode

    Types of search to perform.

    Namespace: MySql.EntityFrameworkCore.Extensions
    Assembly: MySql.EntityFrameworkCore.dll
    Version: 9.3.0
    Syntax
    public enum MySQLMatchSearchMode

    Fields

    Name Description
    Boolean

    Performs a boolean search for a string against a text collection.

    NaturalLanguage

    Performs a natural language search for a string against a text collection.

    NaturalLanguageWithQueryExpansion

    Performs a natural language search with query expansion for a string against a text collection.

    In This Article
    • Fields
    Back to top Copyright © 2021, 2025, Oracle and/or its affiliates.