Maneesh P M
Maneesh P M
I tried to recreate this bug for a single zim file. In this case, the error occurs because of an empty `content` argument to the request, that causes a corresponding...
According to [this](https://lists.xapian.org/pipermail/xapian-discuss/2012-August/008795.html) thread on Xapian, Xapian can handle search over multiple databases with a very small overhead compared to single database search. For that, all the databases should be...
I meant the net cost of (reading a zim + getting the index + adding it to `databases` object)
I think this issue is more suited for kiwix-lib instead of kiwix-tools since the bug is there. `handle_search()` and `handle_suggest()` are somewhat similar routines. Both of them initially try to...
@kelson42 we can say as a fact that once a Xapian database is ready, search on it is quick(even on huge Xapian DB) and that is something we cannot improve...
@kelson42 Yes this sounds good and I agree that concurrently retrieving the snippets will definitely speed it up, but still we will be limited by the actual bottleneck that is...
@kelson42 Aah my bad, I was talking about #148 but we have changed its objective now so doesn't concern this ticket. I don't think there are any other dependencies.
> (and we would need a full rest API to do a search, list results, get individual information about results, keep the search "alive" during request, ....) @kelson42 IMO having...