Skip to content

_contained parameter seems to be ignored for cache hit purposes #2887

@tadgh

Description

@tadgh

Search queries using _contained=truestore cached results

  • Step 1: Enabled Indexing of contained resources
  • Step 2: Created Contained resource
  • Step 3: Query contained resource
http://localhost:8000/Observation?subject.name=Smith&_contained=true

Successfully found contained resource. Example - 1 result found.

  • Step 4: Immediately Delete "_contained = True" from Query and run query again
http://localhost:8000/Observation?subject.name=Smith

Expected result : No Result Found
Actual Result : Result previous Search Query displayed.

  • Step 5: after 5 min Run query again
    Actual Result : No result found.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions