Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleted resources show up in search results #54

Closed
mbaltus opened this issue Oct 27, 2015 · 1 comment
Closed

Deleted resources show up in search results #54

mbaltus opened this issue Oct 27, 2015 · 1 comment
Assignees
Labels

Comments

@mbaltus
Copy link
Member

mbaltus commented Oct 27, 2015

Retrieving a single deleted resource gives the expected 410 result, but in a search deleted resources are included in the result bundle.

For example:
DELETE http://spark.furore.com/fhir/Patient/pat4
GET http://spark.furore.com/fhir/Patient/pat4 (results in 410)
GET http://spark.furore.com/fhir/Patient/ (still lists pat4)

@mbaltus mbaltus added the bug label Oct 27, 2015
@mbaltus mbaltus added this to the Spark 3.3 - DevDays2015 milestone Oct 27, 2015
@CorinaCiocanea CorinaCiocanea self-assigned this Oct 30, 2015
CorinaCiocanea added a commit that referenced this issue Oct 30, 2015
@CorinaCiocanea
Copy link
Contributor

Fixed on dstu2/develop with commit #cc53b47db7c349c9675adb1fa75184b576670b85

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants