Property IgnoreCaseForProtectedWords
- Namespace
- MongoDB.EntityFrameworkCore.Metadata.Search
- Assembly
- MongoDB.EntityFrameworkCore.dll
IgnoreCaseForProtectedWords
If true, treat entries in the protected words list as case‑insensitive when matching. Has an effect only when protected words are configured on the filter.
public bool? IgnoreCaseForProtectedWords { get; init; }
Property Value
- bool?