linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #03946
[Bug 275588] Re: whitespace other than space not treated as search word delimiter
** Changed in: linuxdcpp
Status: Fix Committed => Fix Released
** Tags added: core
--
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.
https://bugs.launchpad.net/bugs/275588
Title:
whitespace other than space not treated as search word delimiter
Status in DC++:
Fix Released
Status in Linux DC++:
Fix Released
Bug description:
Reproduce:
1. Connect to your favourite hub
2. Search for `abba'. It returns results.
3. Now copy and paste ` abba' to your search field. (It's critical that the word is surrounded by some tab character)
4. The search returns no results since "\tabba" can't be found in any filename.
Expected behavior:
4. The search returns results regardless of what kind of whitespace is used.
Actual behavior:
Only space is used as a search word delimiter, even though tabs and newlines should be delimiters too (arguably).
Seen in 705 and 698, latest Linux DC++ bzr revisions.