mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 23:15:14 -04:00
Add support for exact match searches
It will be enabled by default.
This commit is contained in:
12
YACReaderLibrary/comic_vine/model/volume_search_query.h
Normal file
12
YACReaderLibrary/comic_vine/model/volume_search_query.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef VOLUME_SEARCH_QUERY_H
|
||||
#define VOLUME_SEARCH_QUERY_H
|
||||
|
||||
#include <QString>
|
||||
|
||||
struct VolumeSearchQuery {
|
||||
QString volume;
|
||||
int page;
|
||||
bool exactMatch;
|
||||
};
|
||||
|
||||
#endif // VOLUME_SEARCH_QUERY_H
|
Reference in New Issue
Block a user