Commit Graph

441 Commits

Author SHA1 Message Date
07868c729d update comments 2023-12-12 18:13:38 +08:00
a7f9214cda ignore empty text field 2023-12-12 17:56:10 +08:00
609c46cdc3 ignore empty field value 2023-12-12 16:35:50 +08:00
7622d8a139 ignore field case 2023-12-12 16:17:31 +08:00
55cc5f5769 treat unknown fields as text search 2023-12-12 16:14:51 +08:00
4d41117d8b ignore sort:score since we always order by score when doing fulltext search 2023-12-11 11:54:56 +08:00
5e566d450e update bulk action api 2023-12-08 16:50:39 +08:00
1697f11e75 wrap the where query in parenthesis because we also need to check user_id 2023-12-08 16:49:07 +08:00
36777568ac create/add RSS labels to the library item when feedUrl is there 2023-12-08 11:29:03 +08:00
3759e10615 fix feed url in pdf file not saved 2023-12-08 11:29:02 +08:00
07d8c72972 create a standalone version of liqe 2023-12-07 18:47:25 +08:00
ed29721728 fix bulk action query limited to 1000 char 2023-12-06 22:06:47 +08:00
d42f257f9e fix searching for multiple labels in iOS 2023-12-06 21:09:30 +08:00
dff2376df3 fix integration handler to use first as number 2023-12-06 14:44:07 +08:00
4ec16a1752 fix parenthesized expression 2023-12-06 14:02:23 +08:00
284697da5b fix sort 2023-12-06 13:52:17 +08:00
8579b79eb3 fix tests 2023-12-05 20:58:08 +08:00
4dacceac01 allow use keyword 2023-12-05 20:43:23 +08:00
29e2bf45e3 allow use:folders in search string for new clients to filter inbox items 2023-12-05 20:40:02 +08:00
e6322ffaf8 remove unused code 2023-12-05 13:04:07 +08:00
3c67d1911c fix tests 2023-12-05 12:31:26 +08:00
073bd8b43a fix in:trash 2023-12-05 10:58:20 +08:00
88a61d962f parse sort parameter 2023-12-05 10:58:20 +08:00
a3d3f4daf4 feat: allow logical operator in search query 2023-12-05 10:58:18 +08:00
a116833659 feat: allow moving items to a folder in a bulk 2023-12-04 18:10:14 +08:00
fe86085245 update comment 2023-12-01 12:19:05 +08:00
706ff94cd1 allow use:folders in search string for new clients to filter inbox items 2023-12-01 12:11:09 +08:00
bd3945fc7e Merge pull request #3164 from omnivore-app/feature/fetch-content-for-following
feat: fetch content for rss feed items in following folder
2023-11-28 12:07:17 +08:00
022d0f9e66 Merge pull request #3159 from omnivore-app/fix/nested-labels
feat: wildcard search for labels and nested labels
2023-11-23 21:44:44 +08:00
fd781644f1 feat: fetch content for rss feed items in following folder 2023-11-23 18:03:25 +08:00
46f3515698 feat: wildcard search for labels and nested labels 2023-11-22 23:46:55 +08:00
4e60396d17 save thumbnail of the following item 2023-11-20 17:28:34 +08:00
e26ed0b6f0 add RSS label to the following feed items 2023-11-17 18:26:00 +08:00
c5a97c7a41 change archive and trash from folder to state 2023-11-17 13:51:33 +08:00
8b92e96db1 generate slug 2023-11-15 14:27:54 +08:00
609d30adbb compatiblity with old saved searches 2023-11-15 10:22:58 +08:00
2ade0698c5 remove unused code 2023-11-10 23:03:01 +08:00
59bbc5562b fix tests 2023-11-10 22:37:14 +08:00
adf13131db add folder to library_item table 2023-11-10 17:34:46 +08:00
490b40e467 fix tests 2023-11-09 19:08:52 +08:00
9dfc5f856d rename variables 2023-11-09 19:00:57 +08:00
ffac5c195d update comment 2023-11-09 16:13:31 +08:00
b7496db56c add following handler to save following item 2023-11-09 15:53:44 +08:00
99616501cf add saveFollowing API 2023-11-08 18:16:48 +08:00
3ff9ce3a09 add in:following search filter 2023-11-08 18:16:48 +08:00
679512c9d1 add columns to library_item 2023-11-08 18:16:48 +08:00
da0d1705b5 add following graphql api to fetch user following 2023-11-08 18:16:48 +08:00
fc783f01ec add feeds graphql api for searching feed by title or url 2023-11-08 18:16:48 +08:00
3e9a049306 add fields to the response of user personalization api 2023-11-07 15:39:56 +08:00
fdad3a28af Merge pull request #3024 from omnivore-app/integratoin
improvement on integrations
2023-11-03 17:20:17 +08:00