# `Ash.Filter.Runtime`
[🔗](https://github.com/ash-project/ash/blob/v3.23.1/lib/ash/filter/runtime.ex#L5)

Tools to checks a record to see if it matches a filter statement, or to
evaluate expressions against records.

# `filter_matches`

Removes any records that don't match the filter. Automatically loads
if necessary. If there are any ambiguous terms in the filter (e.g things
that could only be determined by data layer), it is assumed that they
are not matches.

# `old_get_related`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
