Include sanitation

This commit is contained in:
luisangelsm
2026-03-13 11:06:25 +01:00
parent 221ce60760
commit f0943995c6
112 changed files with 252 additions and 179 deletions

View File

@ -1,12 +1,10 @@
#include "query_parser.h"
#include <QDateTime>
#include <QVariant>
#include <type_traits>
#include <numeric>
#include <stdexcept>
#include <QsLog.h>
const std::map<QueryParser::FieldType, std::vector<std::string>> QueryParser::fieldNames {
{ FieldType::numeric, { "numpages", "count", "arccount", "alternateCount", "rating" } },
{ FieldType::text, { "date", "number", "arcnumber", "title", "volume", "storyarc", "genere", "writer", "penciller", "inker", "colorist", "letterer", "coverartist", "publisher", "format", "agerating", "synopsis", "characters", "notes", "editor", "imprint", "teams", "locations", "series", "alternateSeries", "alternateNumber", "languageISO", "seriesGroup", "mainCharacterOrTeam", "review", "tags" } },