mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -04:00
Add folder into the query parser
This commit is contained in:
committed by
Luis Ángel San Martín
parent
4a50d438d0
commit
5fa7da1e46
@ -39,7 +39,7 @@ private:
|
||||
template<typename First, typename ... T>
|
||||
static bool isIn(First &&first, T && ... t) {return ((first == t) || ...);}
|
||||
|
||||
enum class FieldType {unknown, numeric, text, boolean, date};
|
||||
enum class FieldType {unknown, numeric, text, boolean, date, folder, filename};
|
||||
static FieldType fieldType(const std::string& str);
|
||||
|
||||
void tokenize (const std::string& expr);
|
||||
|
Reference in New Issue
Block a user