I suspect the format has changed internally and the code in Qt side isn't working anymore. Any pointers of how to fix it will be very welcome, in order to get a proper fix.
The text was updated successfully, but these errors were encountered:
Oh, damn - I just wanted to write that I ported the code to the new database layout, but it turns out I missed doing that...
Give me a second, fixing this is trivial (but breaking it is a pretty big regression)
Regarding Protobuf: This is already done, the library links against protobuf-lite.
Reason for using protobuf is much increased performance compared to string-comparisons and string-splitting, while preserving the advantages of Xapian (low memory consumption and fast full-text search with stemming).
I just overlooked iconUrls when adapting the Qt code.
This is the current code to fetch the iconUrl:
I suspect the format has changed internally and the code in Qt side isn't working anymore. Any pointers of how to fix it will be very welcome, in order to get a proper fix.
The text was updated successfully, but these errors were encountered: