mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Special search in title fields #830
This commit is contained in:
@@ -3,6 +3,7 @@ KeePassDX(2.9.9)
|
||||
* Inline suggestions autofill with compatible keyboard (Android R) #827
|
||||
* Add Keyfile XML version 2 #844
|
||||
* Fix binaries of 64 bytes #835
|
||||
* Special search in title fields #830
|
||||
|
||||
KeePassDX(2.9.8)
|
||||
* Fix specific attachments with kdbx3.1 databases #828
|
||||
|
||||
@@ -469,7 +469,7 @@ class Database {
|
||||
max: Int = Integer.MAX_VALUE): Group? {
|
||||
return mSearchHelper?.createVirtualGroupWithSearchResult(this,
|
||||
searchInfoString, SearchParameters().apply {
|
||||
searchInTitles = false
|
||||
searchInTitles = true
|
||||
searchInUserNames = false
|
||||
searchInPasswords = false
|
||||
searchInUrls = true
|
||||
|
||||
@@ -2,3 +2,4 @@
|
||||
* Inline suggestions autofill with compatible keyboard (Android R) #827
|
||||
* Add Keyfile XML version 2 #844
|
||||
* Fix binaries of 64 bytes #835
|
||||
* Special search in title fields #830
|
||||
@@ -2,3 +2,4 @@
|
||||
* Remplissage automatique avec suggestions en ligne (Android R) (Android R) #827
|
||||
* Ajout du fichier de clé XML version 2 #844
|
||||
* Correction des binaires de 64 Octets #835
|
||||
* Recherche spéciale dans les champs de recherche #830
|
||||
Reference in New Issue
Block a user