Entry filters

Entry filters are useD to find KeePass entries in whole file or in a group found with group filters.

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

There are 3 filter types:

By title (default).

Plugin will try to find one or more entries by title within a group or whole file. This filter type does not require to provide filter type. Note: filter could return multiple entries. Please consult duplications handling chapter

Examples:

    <record>
        <prefix>...</prefix>
        <entry>Nexus OSS</entry>
    </record>
    <record>
        <prefix>...</prefix>
        <entry>title:Nexus OSS</entry>
    </record>
    <record>
        <prefix>...</prefix>
        <group>...</group>
        <entry>HTTP Server</entry>
    </record>
    <record>
        <prefix>...</prefix>
        <group>...</group>
        <entry>title:HTTP Server</entry>
    </record>

By title regex

Plugin will try to find one or more entries by title regex in whole file or in a group found with group filters. Note: filter could return multiple entries. Please consult duplications handling chapter

Examples:

    <record>
        <prefix>...</prefix>
        <entry>regex:Nexus O[S]{2}</entry>
    </record>
    <record>
        <prefix>...</prefix>
        <group>...</group>
        <entry>regex:Nexus O[S]{2}</entry>
    </record>

By UUID

Plugin will try to find a entry by UUID. Note: In this case, groups filter is ignored.

Examples:

    <record>
        <prefix>...</prefix>
        <entry>uuid:5feb40d6feee29511f957ff791f1ec29</entry>
    </record>
    <record>
        <prefix>...</prefix>
        <entry>uuid:5feb40d6-feee-2951-1f95-7ff791f1ec29</entry>
    </record>

Possible filter errors

results matching ""

    No results matching ""