|
a/src/rcldb/searchdata.cpp |
|
b/src/rcldb/searchdata.cpp |
1 |
#ifndef lint
|
1 |
#ifndef lint
|
2 |
static char rcsid[] = "@(#$Id: searchdata.cpp,v 1.20 2008-01-16 08:43:26 dockes Exp $ (C) 2006 J.F.Dockes";
|
2 |
static char rcsid[] = "@(#$Id: searchdata.cpp,v 1.21 2008-01-16 11:14:38 dockes Exp $ (C) 2006 J.F.Dockes";
|
3 |
#endif
|
3 |
#endif
|
4 |
/*
|
4 |
/*
|
5 |
* This program is free software; you can redistribute it and/or modify
|
5 |
* This program is free software; you can redistribute it and/or modify
|
6 |
* it under the terms of the GNU General Public License as published by
|
6 |
* it under the terms of the GNU General Public License as published by
|
7 |
* the Free Software Foundation; either version 2 of the License, or
|
7 |
* the Free Software Foundation; either version 2 of the License, or
|
|
... |
|
... |
605 |
tr.getTerms(m_terms, m_groups);
|
605 |
tr.getTerms(m_terms, m_groups);
|
606 |
*qp = *pqueries.begin();
|
606 |
*qp = *pqueries.begin();
|
607 |
return true;
|
607 |
return true;
|
608 |
}
|
608 |
}
|
609 |
|
609 |
|
|
|
610 |
// Translate subquery
|
|
|
611 |
bool SearchDataClauseSub::toNativeQuery(Rcl::Db &db, void *p,
|
|
|
612 |
const string& stemlang)
|
|
|
613 |
{
|
|
|
614 |
return m_sub->toNativeQuery(db, p, stemlang);
|
|
|
615 |
}
|
|
|
616 |
|
610 |
} // Namespace Rcl
|
617 |
} // Namespace Rcl
|