python-libzim icon indicating copy to clipboard operation
python-libzim copied to clipboard

Multiple archive searcher

Open rgaudin opened this issue 3 months ago • 0 comments

As highlighted by #229, Searcher's getResults() only yields result's entry path. while convenient for single-archive search, it prevents implementing multi-ZIM search as results would only be path strings from multiple ZIMs.

We should then implement multiple ZIM search properly by

  • Binding addArche to Searcher (ref impl in #229)
  • Change Searcher API so that results can be identified

rgaudin avatar Aug 05 '25 10:08 rgaudin