You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

The table supports a filter mechanism. Activation/Deactivation by symbol "Downside arrow" in right upper corner.

Available field for one entry are

  • as (String) "date", "modelIdentifier", "manufacturerIdentifier", "typeName", "description", "uuid", "version", "parentUuid", "containedHolder", "mountpoint", "partTypeId", "serial", 
  • as (long) "treeLevel".

Filter rules for filter string

  • ES wildchar query is used

  • ElAlto: Case sensitive Frankfurt: case insensitive

  • Wildchards are:
    • '*' A sequence of chars

    • '?' Exact one char

Examples for filter rules

input

descregexdatatypematchingnot matching
Adequals 'Ad'/^Ad/gstringAdadmin, monica
Ad*startswith 'Ad'/^Ad.*/gstringAdmin, Addadmin, monica
*Adendswith 'Ad'/.*Ad$/gstringmkisdAdmkdisad, youtube
*Ad*contains 'Ad'/.*Ad.*/gstringmmAdkias, mmAdadmin, monica
*Ad*s*contains 'Ad' something 's' something/.*Ad.*s.*/gstringAdmins, Ads, fAdsAdmin, admins
?Ad?s*starts with single any char, followed by 'Ad', another single char, 's', something/^.Ad.s.*/gstringfAdhs, gAdis, hAdtsabcAdmin, admins
>=19number greater or equal than 19 (since frankfurt)-number20,33001, 11
<=22number smaller or equal than 22 (since frankfurt)-number1, 21, 2223, 553
trueboolean filter  (since frankfurt)-booleantrue

false

falseboolean filter (since frankfurt)-booleanfalsetrue

The rules are described in column “regex” to be tested with Flavor “ECMAScript” regex at this site: https://regex101.com/

Examples for filtered row in table

  • No labels