Manticore Search supports the use of special suffixes to simplify numeric values with specific meanings. These suffixes are categorized into size suffixes and time suffixes. The common format for suffixes is an integer followed by a literal, such as 10k or 100d. Literals are case-insensitive, so 10W and 10w are considered the same.
k for kilobytes (1k = 1024 bytes)m for megabytes (1m = 1024k)g for gigabytes (1g = 1024m)t for terabytes (1t = 1024g)us for microsecondsms for millisecondss for secondsm for minutesh for hoursd for daysw for weeks