Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search functionality consistently misses entries in 4.1.1 #1946

Open
obakha opened this issue Nov 29, 2024 · 2 comments
Open

Search functionality consistently misses entries in 4.1.1 #1946

obakha opened this issue Nov 29, 2024 · 2 comments
Labels

Comments

@obakha
Copy link

obakha commented Nov 29, 2024

Describe the bug

After updating to 4.1.1, the search functionality has become significantly less effective. It now consistently misses out on entries that I'm sure exist in the database, even when using correct search terms.

Specific Example:

One specific example of this issue is when searching for my Google account. The login page for Google has the domain "www.accounts.google.com." When I search using the term "accounts," the search yields no results, despite the fact that the entry for my Google account should be easily found.

To Reproduce

Steps to reproduce the behavior:

  1. Open KeePassDX 4.1.1.
  2. Open a database that contains an entry for a Google account.
  3. Tap the search icon in the top-right corner.
  4. Enter the search term "accounts."
  5. Observe that no results are returned.

Expected behavior

The search should return the entry for the Google account, since the domain of the login page contains the term "accounts."

KeePassDX:

  • Version: [4.1.1]
  • Build: [Free]
  • Language: [English]

Android:

  • Device: [Samsung A04]
  • Version: [10]

Additional context

This issue was not present in previous versions of KeePassDX. It only started occurring after updating to version 4.1.1.

@J-Jamet J-Jamet added the bug label Nov 29, 2024
@Starkstromkonsument
Copy link

It seems to be a problem with the trailing slash in the field URL. The search returns entries for URL = https://example.org but not for URL = https://example.org/. Can anyone confirm this?

@obakha
Copy link
Author

obakha commented Dec 4, 2024

No, I still get no results, even if an entry has no slach at the end, for example: "https://accounts.google.com" .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants