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 |