Switch to unified view

a/src/query/docseq.cpp b/src/query/docseq.cpp
...
...
60
        LOGERR(("DocSource::buildStack: setfiltspec failed\n"));
60
        LOGERR(("DocSource::buildStack: setfiltspec failed\n"));
61
    }
61
    }
62
    } else {
62
    } else {
63
    if (m_fspec.isNotNull()) {
63
    if (m_fspec.isNotNull()) {
64
        m_seq = 
64
        m_seq = 
65
        RefCntr<DocSequence>(new DocSeqFiltered(m_seq, m_fspec));
65
        RefCntr<DocSequence>(new DocSeqFiltered(m_config, m_seq, m_fspec));
66
    } 
66
    } 
67
    }
67
    }
68
    
68
    
69
    if (m_seq->canSort()) {
69
    if (m_seq->canSort()) {
70
    if (!m_seq->setSortSpec(m_sspec)) {
70
    if (!m_seq->setSortSpec(m_sspec)) {