The search is always case sensitive, no matter if done via the search bar on the bottom, or via the search and replace dialogue. Steps to reproduce: 1. Create a new document. 2. Type "This is a Test." (Test with capital T) 3. Search for "test", while case-sensitive search is DISABLED. 4. Result: Nothing. 5. Search for "Test" (with capital t). 6. Result found
Reproduceable with Version: 4.1.0.0.alpha0+ Build ID: 03a36ed0fb81088358d7cfc3068a7be9878f2f8 @Ubuntu 13.04 REGRESSION between Version 4.0.2.2 (Build ID: 4c82dcdd6efcd48b1d8bba66bfe1989deee49c3) and Version 4.0.3.1 (Build ID: a67943cd4d125208f4ea7fa29439551825cfb39) @ Windows 7 x64 Florian E.: Forgot to mention, that he used MacOS....
Michael - I know you've had some experience with the find function, want to dig into this one? I agree with the major prioritization, looks like "match case" is treated like it's always disabled
ah, well I just tested on Version: 4.1.0.0.alpha0+ Build ID: 07c1b61933c24f9dec0793cf881a2d18baf924a Last Commit Date: Fri Apr 19 18:46:34 2013 +0300 I DO NOT see the problem. So, maybe already fixed? Florian, when was your last commit date (go into build folder and do git log, grab the top date you see)
Reproduceable with Dev 4.1.0. (build 2013-03-14). Works fine with 3.6.5 and 4.0.1. I can't test with 4.0.2
Can you install newer dev version? I think it may have been fixed recently (last week or two)
I have some really urgent stuff to do and no testing machine at hand, so I can't test before the end of this week - if someone else could verify this time it's fixed in a nightly, that'd be great ;) Sorry, deadlines pressing a bit ... :/
NOT Working with: commit 8f4fc74c34df6efd6b74aacc610bf6f52b615aa5 Date: Fri Apr 19 19:10:54 2013 -0400 @Ubuntu 13.04 That should have happened in 4.0 branch between 4.0.2.2 and 4.0.3.1 --> Fix on master might be independant (as it is not working there either that might be wrong....)
I still can reproduce this using master~2013-04-22_04.46.39_LibreOfficeDev_4.1.0.0.alpha0_MacOS_x86-64 Version: 4.1.0.0.alpha0+ Build ID: fdd24a57655c3d15addeeca12e844cc1cd4e176 (downloaded here: http://dev-builds.libreoffice.org/daily/master/MacOSX-X86_64@30/)
*** Bug 63705 has been marked as a duplicate of this bug. ***
This bug impacts Calc as well. Case insensitive search works in 4.0.2.2; broke in 4.0.3.1 & 4.0.3.2. Tested on Linux x64
Actually, the bug exists in all LibreOffice components that use the search box: Writer, Calc, Impress, Draw. Tested on LibO 4.0.3.1 for MS Windows.
Eike, you did something with regex recently that could have broken this between 4.0.2.2 and 4.0.3.1 ?
Note that this is NOT regex search, it works fine if regex is enabled..
Marking as blocker, simple search functionality quite unusable..
Eike Rathke committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=db46a7336e330516f4df4e41f6895aa1afb03450 resolved fdo#63779 case-insensitive non-regex search broken The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Pending review for 4-0 as https://gerrit.libreoffice.org/3741 and for 4-0-3 as https://gerrit.libreoffice.org/3742
Eike Rathke committed a patch related to this issue. It has been pushed to "libreoffice-4-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=769b797884c8df5a13ee6a9290e621354ae4c49c&h=libreoffice-4-0 resolved fdo#63779 case-insensitive non-regex search broken It will be available in LibreOffice 4.0.4. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Eike Rathke committed a patch related to this issue. It has been pushed to "libreoffice-4-0-3": http://cgit.freedesktop.org/libreoffice/core/commit/?id=6216457a8f7f9685ed088e0bcf9fa52a98eaab71&h=libreoffice-4-0-3 resolved fdo#63779 case-insensitive non-regex search broken It will be available already in LibreOffice 4.0.3. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
*** Bug 67126 has been marked as a duplicate of this bug. ***