cc3545ac3b
fixup! Readd a SearchRenderer
constructor without Library
argument.
2022-03-04 17:07:41 +01:00
ec18eb40ea
Readd a SearchRenderer
constructor without Library
argument.
...
Adding the library argument breaks the API. It is better to add
another constructor to not have to create another major version.
2022-02-25 15:46:13 +01:00
cb2226c11f
Fix library.h include
2022-02-17 10:56:46 +01:00
58be502f3f
add book titles to search results
2022-02-16 12:50:18 +01:00
e5d26a4699
Deprecate SearchRenderer
creation from a Searcher
.
2022-01-13 14:23:29 +01:00
bcece66960
Add SearchRenderer handles for libzim structures
...
Introduces a new member mp_search that houses the zim::Search object,
adds a new constructor for this purpose. This commit also add an
overload for getHtml that takes start and end integers as arguments
since they are not part of the search object we include.
2021-07-03 14:05:50 +05:30
c74b935a9b
added pageLength for search_pagination
2020-08-12 02:08:02 +05:30
64dfea2547
Move the search html renderer in a different class than the searcher.
...
This is two different functionnalies, we don't need to polute the searcher
api with things to render the html.
2019-08-11 10:19:48 +02:00