You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
7002 supporting reindex of deleted resources (#7143)
* - adding initial failing test
- adding support for 'includeDeletedResources' to reindexProvider and ReindexJobParameters.
* - adding initial failing test
- adding support for 'includeDeletedResources' to reindexProvider and ReindexJobParameters.
* wip
* initial commit - implementation, small refactoring, lots of tests, docs
* spotless
* fix 2 failing tests
* fix 1 more failing test
* spotless
* remove todo, fixme's
* changelog
* changelog
* changelog
* apply suggestion on Batch2DaoSvcImpl
Co-authored-by: volodymyr-korzh <[email protected]>
* apply suggestion on Batch2DaoSvcImpl
Co-authored-by: volodymyr-korzh <[email protected]>
* code review suggestions
* code review suggestions part 1
* review suggestion: change include deleted enums / name
* review suggestion: update a couple error messages
* refactor getOrCreateFirstPredicateBuilder and getOrCreateResourceTablePredicateBuilder
* add null check
* add tests for general search with include deleted
* spotless
* remove public from test
* update error message in test
* fix test: use default value instead of null for getbean
* spotless
* fix the mocks
* fix failing test due to change in behaviour from review
* move static methods to bottom
* add nonnull for review
---------
Co-authored-by: peartree <[email protected]>
Co-authored-by: jdar <[email protected]>
Co-authored-by: volodymyr-korzh <[email protected]>
ca.uhn.fhir.jpa.interceptor.validation.RuleRequireProfileDeclaration.illegalProfile=Resource of type "{0}" must not declare conformance to profile: {1}
226
226
227
227
ca.uhn.fhir.jpa.search.SearchCoordinatorSvcImpl.invalidUseOfSearchIdentifier=Unsupported search modifier(s): "{0}" for resource type "{1}". Valid search modifiers are: {2}
228
+
229
+
ca.uhn.fhir.jpa.searchparam.MatchUrlService.noResourceType = Conditional URL does not include a resource type, but includes parameters which require a resource type
title: "Added support for reindexing deleted resources. This can be done by adding the new `_includeDeleted` parameter
6
+
to the Parameters resource upon submitting the `$reindex` job.
7
+
See <a href=\"https://smilecdr.com/docs/fhir_repository/search_parameter_reindexing.html#reindex-batch-job\">the reindex documentation</a> for more information."
0 commit comments