libkiwix/test
Veloman Yunkan 9409e8bd91 Preventing confusion of tongues in multizim search
Multizim search requires that all selected books be in the same
language.

No new URL query parameter was introduced for specifying the intended
search language - `books.filter.lang` can be used for that purpose.

The server_search unit-test was updated to use a slightly cheating
library xml file where the language of example.zim was tweaked from "en"
to "eng" in order to match that of zimfile.zim. Note that this change
drops from the tested server two other goofy ZIM files corner_cases.zim
and poor.zim that have been/are included in ServerTest.
2022-10-31 13:27:57 +04:00
..
data Preventing confusion of tongues in multizim search 2022-10-31 13:27:57 +04:00
book.cpp Deprecate methods on Book. 2022-01-12 18:07:46 +01:00
counterParsing.cpp Adapt kiwix-lib to the new libzim api. 2020-12-02 12:16:48 +01:00
httplib.h Fix warning in httplib. 2021-11-16 09:39:56 +01:00
kiwixserve.cpp Fix tests. 2020-01-20 17:00:18 +01:00
library.cpp Library::removeBookById() updates the revision 2022-10-19 19:26:04 +04:00
library_server.cpp Make the opds_dumper respect the provided nameMapper used in the server. 2022-10-30 19:21:01 +01:00
lrucache.cpp uint is not defined on Windows 2022-06-10 11:21:35 +02:00
manager.cpp Manager::reload() 2021-11-30 18:20:27 +04:00
meson.build Preventing confusion of tongues in multizim search 2022-10-31 13:27:57 +04:00
name_mapper.cpp Dropped Library::getBookBy*() non-const functions 2021-11-30 18:20:27 +04:00
opds_catalog.cpp OpdsCatalog::getSearchUrl() 2021-06-30 18:27:00 +02:00
pathTools.cpp Do not include posix header on Windows 2022-01-19 16:15:59 +01:00
regex.cpp Got rid of unused *pendToFirstOccurence() funcs 2022-09-21 15:52:26 +04:00
server.cpp Make the opds_dumper respect the provided nameMapper used in the server. 2022-10-30 19:21:01 +01:00
server_helper.cpp Introduce a pagination object to render search result. 2022-05-23 19:12:17 +02:00
server_search.cpp Preventing confusion of tongues in multizim search 2022-10-31 13:27:57 +04:00
server_testing_tools.h Make the opds_dumper respect the provided nameMapper used in the server. 2022-10-30 19:21:01 +01:00
stringTools.cpp New unit-test stringTools.ICULanguageInfo 2022-07-07 16:13:49 +04:00
tagParsing.cpp Fix tests. 2020-01-20 17:00:18 +01:00