Adria Navarro
|
ca158c33e8
|
DRY
|
2024-04-17 10:33:20 +02:00 |
mike12345567
|
4c755b3af3
|
Improving typing around search, there was duplicates of SearchParams and SearchResponse - which were a little different, bring all of this together under the types library.
|
2024-03-28 17:57:37 +00:00 |
Sam Rose
|
217b39c232
|
Reenable no-unused-vars
|
2024-03-20 11:46:39 +00:00 |
Sam Rose
|
5749333fc7
|
Reenable no-useless-escape.
|
2024-03-19 11:14:16 +00:00 |
Sam Rose
|
767900aec6
|
Remove type information from JSDoc in .ts files, it's redundant.
|
2023-10-17 16:46:32 +01:00 |
melohagan
|
b57a8c1130
|
Move when filter empty option into filter drawer (#11262)
* Add when filter empty dropdown
* Add unit tests
* "fix" typescript issue
* Add empty filter check for external
* Add unit test
* Hide empty filter option for custom query
* Make onEmptyFilter optional
* Fix unit tests
* Remove onEmptyFilter automation input
* Remove unused var
* Refactor
* Fix path
* Fix type issue
* Fix types
|
2023-08-17 13:31:52 +01:00 |
melohagan
|
0ccfaf03af
|
Fixing problems when switching between match any and match all (#11179)
* Make sure displayed filter count is correct
* Fix for false boolean filter
|
2023-07-11 10:06:19 +01:00 |
melohagan
|
b88e5ecc95
|
Return all rows if oneOf value is falsey (#10638)
|
2023-06-09 13:02:29 +01:00 |
Rory Powell
|
e1a147e823
|
Merge branch 'master' into develop
|
2023-05-03 16:06:42 +01:00 |
melohagan
|
8742fb39d3
|
is empty lucene query with OR fix (#10451)
* empty lucene query with OR fix
* Fix unit test
|
2023-04-28 17:17:32 +01:00 |
Mel O'Hagan
|
458b23fc1b
|
Add escape for forward slash
|
2023-04-20 21:57:48 +01:00 |
Mel O'Hagan
|
66a573dcc9
|
Fix fuzzy search internal DB
|
2023-04-20 18:14:41 +01:00 |
Mel O'Hagan
|
68ba2402a0
|
Fix substring regex
|
2023-04-20 17:51:58 +01:00 |
Mel O'Hagan
|
e58cd0a106
|
Check substring if contains not array
|
2023-04-20 17:30:45 +01:00 |
adrinr
|
771e3b8862
|
Bookmark optional
|
2023-03-28 16:46:22 +01:00 |
adrinr
|
348b06948b
|
Test limits
|
2023-03-28 16:46:22 +01:00 |
adrinr
|
9a2eaaad42
|
Test deep pagination
|
2023-03-28 16:46:22 +01:00 |
adrinr
|
5ffa51d1f4
|
Rename
|
2023-03-28 16:46:22 +01:00 |
adrinr
|
41537cd00c
|
Add comments
|
2023-03-28 16:46:22 +01:00 |
adrinr
|
bf32801917
|
Handle skip on execution
|
2023-03-28 16:46:22 +01:00 |
adrinr
|
a91e4b4da1
|
Make QueryBuilder vars private
|
2023-03-28 16:46:22 +01:00 |
adrinr
|
06245fee98
|
Make includeDocs private
|
2023-03-28 16:46:22 +01:00 |
adrinr
|
1c828db694
|
Return total rows
|
2023-03-28 16:46:22 +01:00 |
mike12345567
|
900e6c8129
|
Adding search index for user.
|
2023-03-28 16:46:22 +01:00 |
mike12345567
|
bff6a51af2
|
Adding test case for scenario.
|
2023-03-13 11:48:13 +00:00 |
mike12345567
|
212b93cbe9
|
Fix for not contains with all or - variety of changes needed to achieve the actual expected functionality.
|
2023-03-13 11:48:03 +00:00 |
mike12345567
|
d6b0b7610a
|
Fixing circular dependencies which were blocking tests.
|
2023-02-24 17:31:58 +00:00 |
mike12345567
|
70e525b928
|
Updating types for audit logs to correctly handle the deletion of resources like users or apps.
|
2023-02-17 19:00:45 +00:00 |
mike12345567
|
eca34d73ed
|
Finishing up search API, updating typing in lucene layer.
|
2023-02-17 17:46:49 +00:00 |
mike12345567
|
6ec5e97ce9
|
Required work to support the new lucene audit logs search indexing.
|
2023-02-17 16:26:55 +00:00 |
mike12345567
|
05ceee1cfe
|
Moving lucene handling to backend-core so that it can be used for other databases (outside row indexes).
|
2023-02-13 17:13:59 +00:00 |