17 #ifndef REMWHAREAD_SEARCH_HPP 18 #define REMWHAREAD_SEARCH_HPP 39 const vector<vector<string>> parse_expression(
string expression);
42 const string to_lowercase(
const string &str);
55 const vector<Database::entry>
56 search_tags(
const vector<Database::entry> &entries,
string expression,
70 const vector<Database::entry>
71 search_all(
const vector<Database::entry> &entries,
string expression,
75 #endif // REMWHAREAD_SEARCH_HPP Definition: search.cpp:23