{% import "macros.html" as m %}
No concept {{ concept_id }} in the curation file. A concept is created together
with its first fact from a reading view selection.
Renaming rewrites the fact IDs that start with the concept ID and the references in
checks.yaml. Callers that stored the old ID will not find it.
The terms after the runtime's tokenizer, with the weight each field carries. A query can only hit these words.
| Field | Weight | Terms |
|---|---|---|
| {{ field }} | {{ weight }} | {{ terms.get(field, []) | join(' ') or '-' }} |
| Fact | Jurisdiction | Condition | Review |
|---|---|---|---|
| {{ m.fact_link(pack.pack, fact.fact_id) }} {{ fact.statement | shorten(120) }} |
{{ fact.jurisdiction }} | {{ fact.condition or '-' }} | {{ fact.provenance.review_status }} |