mirror of
https://github.com/kiwix/libkiwix.git
synced 2026-09-08 11:38:54 -04:00
Add search form for /nojs endpoint
Adds an html form to search books by the q= parameter
This commit is contained in:
1 parent
0f7e11bd86
commit
a48e2e6f06
4 files changed
+16
-6
No files matched your search
@@ -42,7 +42,7 @@ class HTMLDumper : public LibraryDumper
|
||||
*
|
||||
* @return HTML content
|
||||
*/
|
||||
std::string dumpPlainHTML() const;
|
||||
std::string dumpPlainHTML(kiwix::Filter filter) const;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user