Commit Graph

71 Commits

Author SHA1 Message Date
Philipp
9b6aaad032
fix: select handling (#556)
BREAKING CHANGE: We handle query `select` the same way as all other parameters meters. You can only select columns in the query which have been selected in the config.
2023-03-21 20:27:52 +01:00
ppetzold
b5b70b550a fix: readme 2023-03-21 12:22:47 +01:00
ppetzold
f743358aad fix: readme 2023-03-21 12:21:56 +01:00
ppetzold
1520e8a74e update readme 2023-03-21 12:21:20 +01:00
ppetzold
514048dde1 update readme 2023-03-21 12:20:45 +01:00
ppetzold
18bab06a44 update readme 2023-03-21 12:18:29 +01:00
ppetzold
098216b3cc fix: date column filter with iso dates 2023-03-21 12:11:19 +01:00
Philipp
380e8e6a9c
Update README.md 2023-03-19 08:19:25 +01:00
ppetzold
3fa48d4f63 feat: extend filter with enable all ops config 2023-03-18 20:07:48 +01:00
ppetzold
0c45c6da63 fix: null sort related README 2023-03-17 23:33:19 +01:00
ppetzold
9421b109bc fix: restore postgres default null sort behavior
BREAKING CHANGE: don't mess with default behavior of db driver
2023-03-17 23:24:16 +01:00
ppetzold
95439bc66f fix: camelcase named virtual columns on postgres 2023-03-17 23:14:59 +01:00
ppetzold
8b9c32247f update README 2023-03-17 21:42:53 +01:00
Philipp
c42fde65c3
drop take and skip (#545)
BREAKING CHANGE: We remove `paginationType` from config and always use limit/offset. Most current issues seem to be related take/skip. The alleged side effects of limit/offset on many-to-many relations seem to not exist anymore as coverage shows.
2023-03-17 21:39:13 +01:00
Philipp
55a738c592
Update README.md 2023-03-17 10:03:51 +01:00
Philipp
606caa657e
Update README.md 2023-03-17 09:37:04 +01:00
zkldi
7f0beeb5a7
feat: contains operator (#536) 2023-03-15 11:20:00 +01:00
ppetzold
e29973a170 fix: readme 2023-03-14 22:21:05 +01:00
Philipp
f22da1fd50
fix: update README.md 2023-03-14 22:17:31 +01:00
ppetzold
2a628e89af fix: README 2023-03-14 21:21:44 +01:00
David Sanchez
339249ce24 feat: nested search and filter (#509)
BREAKING CHANGE: Embedded fields have to wrapped in brackets e.g. `toys.(size.height)`.
2023-03-14 19:23:36 +01:00
David Sanchez
735b7905c3
feat: allow user to choose between limit/offset and take/skip. (#508) 2023-03-06 09:25:52 +01:00
xMase
c2c6eaf44e
fix: add check on primary key columns to avoid select exception (#507) 2023-03-01 12:23:17 +01:00
Manuel Nascimento
6193ea28df
feat: implement auto EagerLoads in library (#506) 2023-03-01 09:02:13 +01:00
xMase
dbf6786010
feat: select via query param (#463) 2023-02-15 10:16:35 +01:00
Philipp
8c145f67a1
Update README.md 2023-02-09 09:32:58 +01:00
Philipp
c24a4d1455
Update README.md 2023-02-09 09:32:34 +01:00
Philipp
5dfcd023a4
fix: multi filter examples in README 2023-02-09 09:25:21 +01:00
xMase
70c24b00ee
feat: multi filter with $and/$or comperator (#457) 2023-02-09 09:21:09 +01:00
Jacques Germishuys
33df5f294f
feat: introduce starts with () operator (#466) 2023-01-31 17:54:14 +01:00
Philipp
9859216e6f
Update README.md 2023-01-30 12:23:47 +01:00
Philipp
ab3c06ae4d
Update README.md 2023-01-17 13:56:13 +01:00
Philipp
716b926aa0
Update README.md 2023-01-17 13:47:30 +01:00
xMase
0cd2c6afa1
feat: allow unpaginated request (#406) 2022-12-13 12:35:08 +01:00
Robin De Schepper
bb38270b97
fix: error without filterableColumns. Added logger (#381) 2022-11-16 08:58:00 +01:00
Anderson R
23b2e762f8
feat: added $ilike operator (#373) 2022-11-03 12:20:08 +01:00
albert-anderberg
c513993908
feat: customized links (#331) 2022-09-30 13:11:55 +02:00
Elbarae Rguig
dd48068b09
fix: only add NULL_SORT when the nullSort field is provided, and add more tests (#297) 2022-08-22 15:46:23 +02:00
Philipp
c4b15b5114
fix: README.md 2022-08-21 00:30:34 +02:00
Philipp
4fe0f713cd
Update README.md 2022-08-21 00:26:46 +02:00
Elbarae Rguig
081177aebf
feat: add ability to specify whether null values should be put at the beginning or the end of the result set when sorting (#296) 2022-08-21 00:25:48 +02:00
Ricardo Berdejo
9aa198b166
feat: partial selection (#274) 2022-07-27 19:58:00 +02:00
Leonardo Dalbosco
3825aa93a0
feat: adding new feature to search for deleted items with soft delete (#219) 2022-05-15 21:01:53 +02:00
ppetzold
5662fbcca3 fix: README 2022-03-14 20:23:21 +01:00
ppetzold
6c2bd1b889 fix: README 2022-03-14 20:14:16 +01:00
ppetzold
eb6cfd5033 fix: README 2022-03-14 20:10:30 +01:00
ppetzold
8bf5e41a11 fix: between and in operator for relations 2022-03-14 20:04:28 +01:00
ppetzold
bb142ef865 fix: example and trigger release 2022-02-07 14:47:49 +01:00
ppetzold
faac1b379d fix: add query builder example 2022-02-06 19:53:03 +01:00
burdinbogdan
5239b7b0b7
feat: add support of betweet operator (#149) 2022-01-27 13:32:51 +01:00