View Single Post
Old 12-11-2020, 11:16 AM   #1
DaltonST
Deviser
DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.
 
DaltonST's Avatar
 
Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
The calibre:// URL scheme & Results in GUI

Kovid,


According to https://manual.calibre-ebook.com/url_scheme.html, the new URL Scheme supports standard GUI Search criteria, but even simple standard syntax seems to be stripped of double-quotes and causing search errors.

Code:
 Simple Example:  authors:"=Antonio de la Madrid"


 URL Equivalent:  calibre://search/CalibreLibraryCodes?q=authors:"=Antonio%20de%20la%20Madrid"


 GUI SearchBar result: authors:=Antonio de la Madrid


 Should have been:  authors:"=Antonio de la Madrid"
Am I misreading something in the user manual?


Similarly, and likely related to the above, I cannot get the Regular Expression search syntax using ~ to work properly either with the new URL Scheme.


This is using Windows Terminal Version: 1.4.3243.0 as the command line on Windows 10 20H2 build 19042.685.



Thanks in advance.


DaltonST

Last edited by DaltonST; 12-11-2020 at 11:22 AM.
DaltonST is offline   Reply With Quote