17 #ifndef REMWHAREAD_SEARCH_HPP 18 #define REMWHAREAD_SEARCH_HPP 29 const vector<vector<string>> parse_expression(
string expression);
30 const string to_lowercase(
const string &str);
33 const vector<Database::entry>
34 search_tags(
const vector<Database::entry> &entries,
string expression,
38 const vector<Database::entry>
39 search_all(
const vector<Database::entry> &entries,
string expression,
43 #endif // REMWHAREAD_SEARCH_HPP Definition: search.cpp:23