mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Add Searching in UniStore v2!
This commit is contained in:
@@ -61,6 +61,8 @@ public:
|
||||
int returnJSONIndex(const int index);
|
||||
int getSize();
|
||||
bool getAscending() { return this->ascending; }
|
||||
int searchForEntries(const std::string searchResult);
|
||||
void reset() { this->sortedStore = this->unsortedStore; }
|
||||
|
||||
const int getSortType() {
|
||||
if (this->sorttype == SortType::TITLE) return 0;
|
||||
|
||||
Reference in New Issue
Block a user