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