Skip to content

Commit 5df53df

Browse files
committed
docs: add release note for "string" metadata field type
1 parent ea7ca51 commit 5df53df

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
The "string" type has been added as a new field type for metadata fields.
2+
3+
In contrast to "text" fields, "string" fields are stored and indexed exactly as provided, without any text analysis or transformations.
4+
5+
This field type is suitable for fields like IDs (e.g. ORCIDs) or enums, where exact matches are required when searching.

0 commit comments

Comments
 (0)