We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea7ca51 commit 5df53dfCopy full SHA for 5df53df
1 file changed
doc/release-notes/11147-string-field-type.md
@@ -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