1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-09-21 03:39:46 +00:00
Commit Graph

3262 Commits

Author SHA1 Message Date
Daniel
5e0430e60e message when query returns 0 results 2023-05-31 15:23:19 +02:00
Daniel
b96d02c921 now return empty list if all words of query are < 3 letters, only compare term to words > 3 letters of book attributes 2023-05-31 01:03:33 +02:00
Daniel
caf6079b6b moved author filter to the rest of the filters, ignore words smaller than 4 letters for searching, introduced max_ratio at new filter function 2023-05-28 22:04:41 +02:00
Daniel
025a888906 rolled back string repr of book, moved that part to a new method 2023-05-28 15:01:35 +02:00
Daniel
cb5e66facd add partial token set ratio to db 2023-05-28 13:11:50 +02:00
Daniel
a936a333a8 updated Books string repr 2023-05-27 15:55:54 +02:00
quarz12
e45619f226 progress building string of book 2023-05-17 11:11:14 +02:00
Daniel
ad5313ee79 new idea 2023-05-15 18:17:47 +02:00
quarz12
086527f5ee test at home 2023-05-11 16:43:58 +02:00
quarz12
c115fe9295 use partial token set ratio instead 2023-05-11 16:21:17 +02:00
quarz12
45d8d63783 sort using only authorsort and title 2023-05-11 16:17:59 +02:00
Daniel
97c94f2117 moved sorting back to original place 2023-05-11 01:34:01 +02:00
quarz12
4ba3b4e494 typing for query 2023-05-09 17:35:22 +02:00
Daniel
9fc0d54fde idea for weighted sorting 2023-05-09 00:36:41 +02:00
Daniel
2e3c93b9e4 removed debugging help 2023-04-29 19:13:34 +02:00
Daniel
61f1e20489 fuzzy matching for all categories but cc 2023-04-29 17:23:23 +02:00
Daniel
d13d4653be proof of concept fuzzy matching 2023-04-26 22:04:41 +02:00
Daniel
4b2e7b883b Changed the quick search behavior so that it allows title and author in the same query.
Also word order does not matter anymore.
+some more comments
2023-04-26 15:27:41 +02:00
Daniel
5233f78d03 comments 2023-04-25 20:07:27 +02:00
Ozzie Isaacs
fe4dc1bb8f Fix #2757 (Sqlalchemy >1.30 <1.4.24 wasn't supported anymore) 2023-04-22 09:25:54 +02:00
Ozzie Isaacs
f2369609e8 Bugfix for non existent rating, language, and user downloaded books 2023-04-18 20:53:55 +02:00
Ozzie Isaacs
de4d6ec7df Merge remote-tracking branch 'it/patch-1' 2023-04-18 20:06:46 +02:00
mapi68
7754f4aa5d
Update messages.po 2023-04-18 09:05:19 +02:00
Ozzie Isaacs
524751ea51 Removed superfluous space 2023-04-17 18:52:52 +02:00
Ozzie Isaacs
8111d0dd51 Update translation status 2023-04-16 15:06:34 +02:00
Ozzie Isaacs
fad5929253 Bugfix getPath for logfile viewer 2023-04-16 13:08:50 +02:00
Ozzie Isaacs
9f28144779 Fix for #2756 (Home button in caliblur is leading to "/" instead of calibre-web home) 2023-04-16 09:43:13 +02:00
Ozzie Isaacs
e2785c3985 Added djv file format to djvu reader 2023-04-15 15:25:46 +02:00
Ozzie Isaacs
dba83a2900 Fixes for sqlalachemy2 2023-04-15 13:22:17 +02:00
Ozzie Isaacs
1c8bc78b48 Improvements for sqlalchemy 2 2023-04-13 19:01:53 +02:00
Ozzie Isaacs
6c6841f8b0 Further fixes for sqlalchemy 2.0 2023-04-12 18:56:21 +02:00
Ozzie Isaacs
592216588c Revert "post" as search request. Search request is now get again (fix for #2741)
Revert "Auxiliary commit to revert individual files from 275675b48add79d2bbce06426cc1224c5e2c1bfb"

This reverts commit 6c920bc49f133d5c7451230448121f1f8b3cd9f2.
2023-04-12 18:29:15 +02:00
Ozzie Isaacs
13c0d30a8f Update login
Removed not needed parameters for task status
2023-04-03 20:00:40 +02:00
Ozzie Isaacs
b9c942befc Fix for 'NoneType' object has no attribute 'author_sort' while trying to read a book (#2733) 2023-03-31 07:48:18 +02:00
Ozzie Isaacs
a68a0dd037 Fixed typo 2023-03-30 11:25:34 +02:00
Ozzie Isaacs
38484624e9 Version update 2023-03-27 20:20:18 +02:00
Ozzie Isaacs
1451a67912 Version bump 2023-03-27 19:49:57 +02:00
Ozzie Isaacs
a72f0a160b Bugfix for python3.11, table gdrive_ids2 already exists (fix for #2729) 2023-03-27 17:58:07 +02:00
Ozzie Isaacs
253386b0a5 Bugfix parse ldap server config 2023-03-26 18:27:43 +02:00
Ozzie Isaacs
6c8ffb3e7e Bugfix path selection for reverse proxy 2023-03-26 14:31:19 +02:00
Ozzie Isaacs
7d26e6fc85 Bugfix get updater status 2023-03-26 14:19:12 +02:00
Ozzie Isaacs
085a6b88a3 Fix for #2713 (strip scheme from ldap server name) 2023-03-26 14:08:09 +02:00
Ozzie Isaacs
bde36e3cd4 Bugfix for logging ldap debug messages with non stream logfile 2023-03-26 13:17:02 +02:00
Ozzie Isaacs
9646b6e2dd Enable debug output for ldap login 2023-03-26 11:29:54 +02:00
Ozzie Isaacs
d35e781d41 Bugfixes after testrun
Catch StaleDataError
2023-03-26 08:19:36 +02:00
Ozzie Isaacs
321db4d712 Refactored send email by make use of ajax calls instead of posting the page
Always use getPath instead of pathname
2023-03-25 12:34:16 +01:00
Ozzie Isaacs
2b9f920454 Metadata backup configurable 2023-03-25 10:42:36 +01:00
Ozzie Isaacs
cbd7ca2f3e Activate metadata backup 2023-03-21 20:03:45 +01:00
Ozzie Isaacs
ba7fee3918 Update metadatabackup 2023-03-21 20:02:57 +01:00
Ozzie Isaacs
46d2d217ee Bugfix metadata backup with custom columns 2023-03-20 20:11:37 +01:00