Skip to content

Commit

Permalink
Fix empty / not empty operations on composite fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ijreilly committed Jan 15, 2025
1 parent 77a11d3 commit 911ea79
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ export const FIELD_METADATA_TYPES_TO_TEXT_COLUMN_TYPE = [
FieldMetadataType.TEXT,
FieldMetadataType.RICH_TEXT,
FieldMetadataType.ARRAY,
FieldMetadataType.ADDRESS,
FieldMetadataType.LINKS,
FieldMetadataType.FULL_NAME,
FieldMetadataType.PHONES,
FieldMetadataType.EMAILS,
];

0 comments on commit 911ea79

Please sign in to comment.