Value data types

Domino® features a typeless data model where any type of data can be stored in any field. In a DQL query, the type of data searched for is defined by the type of data specified in the query term:

  • Searches for strings only match text values.
  • Date/time searches such as @dt(‘2018-08-01T11:18:00.00+0500’) only match date/time values.
  • Numeric searches such 128992E-2 or 1289 only match numerals.