Switch to side-by-side view
--- a/src/query/wasatorcl.cpp +++ b/src/query/wasatorcl.cpp @@ -101,7 +101,8 @@ // Filtering on location if (!stringicmp("dir", (*it)->m_fieldspec)) { - sdata->setTopdir((*it)->m_value, (*it)->m_op == WasaQuery::OP_EXCL, + string dir = path_tildexpand((*it)->m_value); + sdata->setTopdir(dir, (*it)->m_op == WasaQuery::OP_EXCL, (*it)->m_weight); continue; }