Table of Contents

Field MaximumLength

Namespace
MailFathom.Application.Emails.Search
Assembly
MailFathom.Application.dll

The greatest number of characters a search query may carry.

public const int MaximumLength = 512

Returns

int
The greatest number of characters a search query may carry.

Remarks

Generous against any phrase a person types and far below the point where the full-text parser's cost matters. Nothing about the query grammar bounds a length on its own, so without this a caller could send a megabyte of text that PostgreSQL would dutifully parse into a query no document can match.