|
a/src/qtgui/searchclause_w.cpp |
|
b/src/qtgui/searchclause_w.cpp |
|
... |
|
... |
79 |
sTpCMB->addItem(tr("This phrase"));//3
|
79 |
sTpCMB->addItem(tr("This phrase"));//3
|
80 |
sTpCMB->addItem(tr("Terms in proximity"));//4
|
80 |
sTpCMB->addItem(tr("Terms in proximity"));//4
|
81 |
sTpCMB->addItem(tr("File name matching"));//5
|
81 |
sTpCMB->addItem(tr("File name matching"));//5
|
82 |
// sTpCMB->insertItem(tr("Complex clause"));//6
|
82 |
// sTpCMB->insertItem(tr("Complex clause"));//6
|
83 |
|
83 |
|
84 |
fldCMB->addItem(tr("In field"));
|
84 |
fldCMB->addItem(tr("No field"));
|
85 |
if (theconfig) {
|
85 |
if (theconfig) {
|
86 |
set<string> fields = theconfig->getIndexedFields();
|
86 |
set<string> fields = theconfig->getIndexedFields();
|
87 |
for (set<string>::const_iterator it = fields.begin();
|
87 |
for (set<string>::const_iterator it = fields.begin();
|
88 |
it != fields.end(); it++) {
|
88 |
it != fields.end(); it++) {
|
89 |
// Some fields don't make sense here
|
89 |
// Some fields don't make sense here
|