https://bugs.kde.org/show_bug.cgi?id=444779
Thomas Fischer <fisc...@unix-ag.uni-kl.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REPORTED |RESOLVED Latest Commit|152b5fa3af3037cfe684bca277b |https://invent.kde.org/offi |24f3adbd97706 |ce/kbibtex/commit/5574abd2a | |6ff11a194a9ba6fbbbbe6d669ed | |93b9 --- Comment #6 from Thomas Fischer <fisc...@unix-ag.uni-kl.de> --- Git commit 5574abd2a6ff11a194a9ba6fbbbbe6d669ed93b9 by Thomas Fischer. Committed on 11/12/2021 at 13:50. Pushed by thomasfischer into branch 'master'. Add zbMATH Open OAI-PMH search Adding support for zBMATH Open OAI-PMH search. The current implementation does not make use of resumption tokens, thus search results may be limited. While filtering for author and publication year is done on the server side, filtering for title or free text is done locally in the results returned from the server. This means that if the user searches only for title or text, essentially an empty search will be sent to zbMATH. The result may contain arbitrary items and the chances that the text the users searches for is included is low. The search engine will show a popup notification for a few seconds notifying the user about this limitation. Note that this online search makes use of the Open API of zbMATH which, as per statement by zbMATH, provides a more limited set of results compared to the corresponding public web-based search: "[T]he API only provides a subset of the data in the zbMATH Open Web interface" https://oai.zbmath.org/ M +2 -0 src/networking/CMakeLists.txt A +216 -0 src/networking/onlinesearch/onlinesearchzbmath.cpp [License: GPL(v2.0+)] A +54 -0 src/networking/onlinesearch/onlinesearchzbmath.h [License: GPL(v2.0+)] M +3 -1 src/program/docklets/searchform.cpp M +3 -1 src/test/kbibtextest.cpp M +1 -0 xslt/CMakeLists.txt A +129 -0 xslt/oaizbpreview-to-bibtex.xsl https://invent.kde.org/office/kbibtex/commit/5574abd2a6ff11a194a9ba6fbbbbe6d669ed93b9 -- You are receiving this mail because: You are watching all bug changes.