Type:Text

From Hobowiki
Revision as of 10:27, 17 October 2019 by Brendan (talk | contribs) (3 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The built-in datatype text is like string, but for arbitrarily long (in theory) text values.

The tradeoff is values of this type cannot be used as selection criteria in queries, i.e. you cannot match a value of Type:Text, but you can ask what has a value for some property of this type, and you can display the property in query results. Nor can you sort a query on a property of Type:Text (although its clickable column heading in table format will work since this is implemented in client-side JavaScript).