tabs and indents
This commit is contained in:
parent
19149020e3
commit
126ac47dba
@ -298,7 +298,7 @@ bool SearchData::toNativeQuery(Rcl::Db &db, void *d)
|
||||
// actually multiple terms to rcldb (ie term1,term2). Still, most of
|
||||
// the time, the result of our splitting will be a single term.
|
||||
class TextSplitQ : public TextSplitP {
|
||||
public:
|
||||
public:
|
||||
TextSplitQ(Flags flags, TermProc *prc)
|
||||
: TextSplitP(prc, flags), m_nostemexp(false) {
|
||||
}
|
||||
@ -387,7 +387,7 @@ static const vector<CharFlags> expandModStrings{
|
||||
{SearchDataClause::SDCM_NOTERMS, "noterms"},
|
||||
{SearchDataClause::SDCM_NOSYNS, "nosyns"},
|
||||
{SearchDataClause::SDCM_PATHELT, "pathelt"},
|
||||
};
|
||||
};
|
||||
|
||||
/** Expand term into term list, using appropriate mode: stem, wildcards,
|
||||
* diacritics...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user