1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-06-29 08:33:23 +00:00
Commit Graph

3860 Commits

Author SHA1 Message Date
quarz12
2ac1566df9
Merge pull request #3 from quarz12/sorting
removed unwanted refactoring
2024-04-13 16:31:54 +02:00
quarz12
4b36261b4f removed unwanted refactoring 2024-04-13 16:28:26 +02:00
Daniel
896e8fddc3 minor cleanup, removed unused code 2023-06-03 20:25:39 +02:00
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
quarz12
c018ef74bc
Merge pull request #2 from quarz12/sorting 2023-05-28 22:27:06 +02:00
quarz12
56d4a3d715
Merge branch 'master' into sorting 2023-05-28 22:19:30 +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
Daniel
932c7968ce fixed an issue where the lowering and stripping of the search term was not saved 2023-05-10 18:55:40 +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
af40feee86 I accidentally used pycharms auto-add-to-requirements feature which resulted in many more dependencies than needed. These are the actually relevant requirements for this pr. 2023-05-03 19:43:25 +02:00
Daniel
6b93829c14 Merge remote-tracking branch 'origin/master' 2023-04-29 19:14:55 +02:00
Daniel
2e3c93b9e4 removed debugging help 2023-04-29 19:13:34 +02:00
Daniel
f497cc0b03 removed todo 2023-04-29 17:47:04 +02:00
Daniel
7a43e0785b Merge branch 'master' of https://github.com/quarz12/calibre-web 2023-04-29 17:29:28 +02:00
Daniel
61f1e20489 fuzzy matching for all categories but cc 2023-04-29 17:23:23 +02:00
Daniel
4be089d09d Merge remote-tracking branch 'origin/master' 2023-04-29 17:15:22 +02:00
Daniel
8e8c9a14a8 fuzzy matching for all categories but cc 2023-04-29 17:15:07 +02:00
Daniel
ada0cc477d fuzzy matching for all but cc 2023-04-29 17:11:52 +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
42fd6973a0 Merge remote-tracking branch 'readme/patch-1' 2023-04-15 19:15:21 +02:00
driz
b2e20ff50c
update readme due to my mistake on link
i fubarred the optional calibre layer somehow, my apologies

thanks for all you guys do, myself and my entire family love calibre-web :)
2023-04-15 13:02:55 -04:00
Ozzie Isaacs
6075b3dd1d Merge remote-tracking branch 'readme/patch-2' 2023-04-15 18:46:45 +02:00
driz
37871ea8cb
Update README.md
this is built against the formatting changes of https://github.com/janeczku/calibre-web/pull/2742
it corrects the docker-mods section which is incorrect, fixes a dead link, and removes armhf from the listed of supported arches.
2023-04-15 11:38:04 -04: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
33c19b20f4 Merge remote-tracking branch 'readme/update-readme' 2023-04-15 11:20:52 +02:00
Ozzie Isaacs
d2f39d3dce Update Teststatus 2023-04-15 11:00:38 +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