10-21-2024, 05:38 PM | #1201 |
Plugin Developer
Posts: 6,590
Karma: 4600349
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
It doesn't say anywhere obvious, but the Quality Check search uses a Regular Expression aka regexp.
While a powerful matching tool, regexp has some limitations. Not all boolean logic forms easily map to regular expressions. To get (test1|test2) and (test3|test4), you'd need to also match everything in between. And in both directions. Something like this maybe: Code:
(((test1|test2).*(test3|test4))|((test3|test4).*(test1|test2))) I assume you are also aware of Calibre's built-in full text search feature? |
10-21-2024, 10:00 PM | #1202 |
Member
Posts: 10
Karma: 10
Join Date: Jun 2024
Device: Kindle Paperwhite
|
Thanks JimmXinu!!
I feel better now, I thought that I had tried all of the "and" variants and nothing worked. I have been running the two "or" statements one after the other, so I will continue that method. I had read that indexing a database takes a long time so that is why I haven't done it. Guess I should really try it before discounting it. Thanks again, I really appreciate you taking the time to respond!!!! |
10-23-2024, 07:30 AM | #1203 |
Calibre Plugins Developer
Posts: 4,681
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
Quality Check v1.13.15 released
|
10-23-2024, 01:56 PM | #1204 | |
want to learn what I want
Posts: 1,255
Karma: 6426810
Join Date: Sep 2020
Device: Calibre E-book viewer
|
Quote:
I often use this plugin for more detailed FTS, like searching for words after/before some punctuation marks, case-sensitive queries to match the beginning of a sentence and so on: By the way I recently started customising the CSS in the results log, that's why the screenshots above don't match the original colors in dark mode! |
|
10-23-2024, 02:07 PM | #1205 |
want to learn what I want
Posts: 1,255
Karma: 6426810
Join Date: Sep 2020
Device: Calibre E-book viewer
|
and this is me finding what books contain vitamins
(just to give an example of the number of matches use, I hope) |
11-05-2024, 06:26 AM | #1206 |
Member
Posts: 10
Karma: 10
Join Date: Jun 2024
Device: Kindle Paperwhite
|
Searching for Covers with Bad Aspect Ratio's
I have a large # of ebooks that I am trying to find all of the covers that obviously have bad aspect ratio's. When I use the feature "check dimensions" and enter 500w x 250h (example) with "less than" condition, the algorithm returns all covers less than 500w, but ignores the 250h and returns ALL covers less than 500w only.
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[GUI Plugin] Search the Internet | kiwidude | Plugins | 434 | 09-30-2024 04:04 AM |
[GUI Plugin] Clipboard Search | kiwidude | Plugins | 29 | 04-02-2024 11:05 PM |
[GUI Plugin] Open With | kiwidude | Plugins | 403 | 04-01-2024 09:39 AM |
[GUI Plugin] Kindle Collections (old) | meme | Plugins | 2070 | 08-11-2014 01:02 AM |
[GUI Plugin] Book Sync **Deprecated** | kiwidude | Plugins | 111 | 06-07-2011 08:47 PM |