Add search form for /nojs endpoint

Adds an html form to search books by the q= parameter
This commit is contained in:
Nikhil Tanwar committed 2023-03-29 19:02:58 +05:30
1 parent 0f7e11bd86
commit a48e2e6f06
4 files changed
+16 -6

No files matched your search

+1 -1
View File
@@ -42,7 +42,7 @@ class HTMLDumper : public LibraryDumper
*
* @return HTML content
*/
std::string dumpPlainHTML() const;
std::string dumpPlainHTML(kiwix::Filter filter) const;
};
}