Group filters

Group filters could be used if a KeePass file has a complex structure with multiple layers and entries with the same titles in different groups.

Filter has format: [<filter type>:]<filter data>

There are 4 filter types:

By name (default).

Plugin will try to find one or more groups by name. This filter type does not require to provide filter type. Note: filter could return multiple groups. Please consult duplications handling chapter

Examples:

    <record>
        <prefix>...</prefix>
        <group>production</group>
        <entry>...</entry>
    </record>
    <record>
        <prefix>...</prefix>
        <group>name:production</group>
        <entry>...</entry>
    </record>

By name regex

Plugin will try to find one or more groups by name regex. Note: filter could return multiple groups. Please consult duplications handling chapter

Examples:

    <record>
        <prefix>...</prefix>
        <group>regex:pro.*tion</group>
        <entry>...</entry>
    </record>

By path

Plugin will try to find a group by path.

Examples:

     <record>
         <prefix>...</prefix>
         <group>path:/Root/production</group>
         <entry>...</entry>
     </record>

By UUID

Plugin will try to find a group by UUID.

Examples:

     <record>
         <prefix>...</prefix>
         <group>uuid:6f14aa86e77ad58b4e4b4f997f888a34</group>
         <entry>...</entry>
     </record>
     <record>
         <prefix>...</prefix>
         <group>uuid:6f14aa86-e77a-d58b-4e4b-4f997f888a34</group>
         <entry>...</entry>
     </record>

Possible filter errors

  • Plugin did not find any group
  • Plugin found more than one group

results matching ""

    No results matching ""