emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/calibre c07fa7d0f3 04/10: Require exact matching in cal


From: ELPA Syncer
Subject: [elpa] externals/calibre c07fa7d0f3 04/10: Require exact matching in calibre-cli search
Date: Thu, 18 May 2023 12:57:32 -0400 (EDT)

branch: externals/calibre
commit c07fa7d0f3eb605b99271d3906cbb09512d19c1d
Author: Kjartan Óli Ágústsson <kjartanoli@disroot.org>
Commit: Kjartan Óli Ágústsson <kjartanoli@disroot.org>

    Require exact matching in calibre-cli search
    
    * calibre-cli.el (calibre-cli--search-operation): Require exact match
    to match calibre-db implementation.
---
 calibre-cli.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/calibre-cli.el b/calibre-cli.el
index 2ec96fc128..345407c648 100644
--- a/calibre-cli.el
+++ b/calibre-cli.el
@@ -98,7 +98,7 @@ AUTHORS should be a comma separated string."
                      "search"
                      "--with-library"
                      (calibre--library)
-                     (format ,(format "%s:%%s" field) ,field))
+                     (format ,(format "%s:=%%s" field) ,field))
        (mapcar #'cl-parse-integer
                (string-split
                 (buffer-substring-no-properties (point-min) (point-max))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]