mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
added toStdString() method to search strings so as to display what is searched
This commit is contained in:
parent
c0951b301e
commit
5fab053fb8
3 changed files with 78 additions and 0 deletions
|
@ -1785,6 +1785,10 @@ void RsTurtleRegExpSearchRequestItem::performLocalSearch(std::list<TurtleFileInf
|
|||
if(exp == NULL)
|
||||
return ;
|
||||
|
||||
#ifdef P3TURTLE_DEBUG
|
||||
std::cerr << "Local search on exp: " << exp->toStdString() << std::endl;
|
||||
#endif
|
||||
|
||||
// now, search!
|
||||
rsFiles->SearchBoolExp(exp,initialResults,RS_FILE_HINTS_LOCAL | RS_FILE_HINTS_SEARCHABLE,PeerId());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue