Skip to content

Fix search + prefix modifier ignoring case sensitivity - #13493

Open
abdosaeedelhassan wants to merge 1 commit into
keepassxreboot:developfrom
abdosaeedelhassan:fix/search-case-sensitive
Open

Fix search + prefix modifier ignoring case sensitivity#13493
abdosaeedelhassan wants to merge 1 commit into
keepassxreboot:developfrom
abdosaeedelhassan:fix/search-case-sensitive

Conversation

@abdosaeedelhassan

Copy link
Copy Markdown

The search parser now passes the CASE_SENSITIVE flag to the term when the '+' prefix modifier is used, so searches like '+p:test1' correctly perform case-sensitive matching.

Fixes #13000

[skip ci]

Screenshots

Testing strategy

Type of change

  • ✅ Bug fix (non-breaking change that fixes an issue)
  • ✅ New feature (change that adds functionality)
  • ✅ Breaking change (causes existing functionality to change)
  • ✅ Refactor (significant modification to existing code)
  • ✅ Documentation (non-code change)

@varjolintu varjolintu added the pr: ai-assisted Pull request contains significant contributions by generative AI label Jul 3, 2026
The search parser now passes the CASE_SENSITIVE flag to the term
when the '+' prefix modifier is used, so searches like '+p:test1'
correctly perform case-sensitive matching.

Fixes keepassxreboot#13000

[skip ci]
@droidmonkey
droidmonkey force-pushed the fix/search-case-sensitive branch from 2cb32c9 to 5d66a8a Compare August 9, 2026 11:09
@droidmonkey droidmonkey added this to the v2.8.0 milestone Aug 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature: Search pr: ai-assisted Pull request contains significant contributions by generative AI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The password search is case-insensitive, even when the + modifier is used.

3 participants