Menu

#5 Wrong search for "author"

open
nobody
None
5
2007-07-13
2007-07-13
it12lsp
No

Hello,

the search for "author" are case sensitive!

Thath´s wrong for us, we need a non case sensetive search!

In the source code we found the metode "authorMatch":
return entry.getAuthor().equals(author);

This must be changed in:
return entry.getAuthor().toLowerCase().equals(author.toLowerCase());

Thank you and

byebye

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.