Maneesh P M

Results 18 comments of Maneesh P M

@kelson42 I can confirm that we still have this issue. But just like the Xapian team suggested on the upstream ticket, this is pretty much limited. We have this issue...

@kelson42 I pinged them on the Xapian irc. Should I update that ticket as well?

Testing with latest git masters of libzim/libkiwix/kiwix-serve on `wikipedia_en_all_mini_2021-01`, similar search sends to the correct page `http://localhost:8080/wikipedia_en_all_mini_2021-01/A/.apple` without any error. @kelson42 Are you able to recreate the issue with the...

That's a valid concern, for some reason the entire name is not being shown. I'll dig into the issue.

> Or maybe we should just wait to see if things are still wrong once we generate Wikipedia ZIM files with libzim7, considering that you have massivelly improved the ZIM...

@kelson42 Sure, they are almost done(pending final review and merge). I will start this as soon as they are closed.

@kelson42 To make sure I understand the issue correctly, the expected behavior is to extract all `src` and `href` attributes. The current function `generic_getLinks()`, while doing this also gathers some...

@kelson42 Parsing with `pugixml` also causes some errors. Since the file we are trying to parse is not exactly XML, some elements inside the node causes this failure. Those elements...

This looks interesting, an html5 specific parser like Gumbo is more suited for our need than depending on an XML based parser like Pugixml.