mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
made search case insentitive, by default
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4315 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a28b6d0de9
commit
e877f31409
@ -616,7 +616,7 @@ void SearchDialog::searchKeywords(const QString& keywords)
|
|||||||
if (n < 1)
|
if (n < 1)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
NameExpression exprs(ContainsAllStrings,words,false) ;
|
NameExpression exprs(ContainsAllStrings,words,true) ;
|
||||||
LinearizedExpression lin_exp ;
|
LinearizedExpression lin_exp ;
|
||||||
exprs.linearize(lin_exp) ;
|
exprs.linearize(lin_exp) ;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user