Table of Contents

Class FullTextSearchConfig

Namespace
Supabase.Postgrest
Assembly
Supabase.Postgrest.dll

Configuration Object for Full Text Search. API Reference: http://postgrest.org/en/v7.0.0/api.html?highlight=full%20text%20search#full-text-search

public class FullTextSearchConfig
Inheritance
FullTextSearchConfig
Inherited Members

Constructors

FullTextSearchConfig(string, string?)

Constructor for Full Text Search.

public FullTextSearchConfig(string queryText, string? config)

Parameters

queryText string
config string

Properties

Config

Defaults to english

[JsonProperty("config")]
public string Config { get; }

Property Value

string

QueryText

Query Text

[JsonProperty("queryText")]
public string QueryText { get; }

Property Value

string