Skip to main content

notion.richtextfiltercondition.doesnotcontain

Home > @runlightyear/notion > RichTextFilterCondition > doesNotContain

RichTextFilterCondition.doesNotContain property

The string to compare the text property value against.

Returns database entries with a text property value that does not include the provided string.

Signature:
doesNotContain?: string;