FieldedText TypeScript Library
    Preparing search index...
    interface StrictValidateResult {
        errorText: string;
        success: boolean;
    }
    Index
    errorText: string
    success: boolean