mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-23 12:00:21 -04:00
search api accept multiple tags parameter
This commit is contained in:
parent
79a64d5af3
commit
794f63e22b
@ -714,7 +714,7 @@ static struct MHD_Response* handle_catalog(RequestContext* request)
|
||||
startIndex = stoul(request->get_argument("start"));
|
||||
} catch (...) {}
|
||||
try {
|
||||
tags.push_back(request->get_argument("tag"));
|
||||
tags = kiwix::split(request->get_argument("notag"), ";");
|
||||
} catch (...) {}
|
||||
try {
|
||||
noTags = kiwix::split(request->get_argument("notag"), ";");
|
||||
|
Loading…
x
Reference in New Issue
Block a user