Skip to content

Commit

Permalink
Merge branch 'main' into refactor/sqlalchemy_oso_log_level
Browse files Browse the repository at this point in the history
  • Loading branch information
gj authored Nov 18, 2023
2 parents f1038a9 + 2c3813e commit 3db88f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/any/guides/data_filtering/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ A `{{% exampleGet "filterName" %}}` is a representation of a query. It is very s
It has four fields:

- `{{% exampleGet "filterRoot" %}}` Is the name of the type we are filtering.
- {{% exampleGet "filterRelations" %}} Are named relations to other types, typically turned into joins.
- `{{% exampleGet "filterRelations" %}}` Are named relations to other types, typically turned into joins.
- `{{% exampleGet "filterConditions" %}}` Are the individual pieces of logic that must be true with respect to objects
matching the filter. These typically get turned into where clauses.
- `{{% exampleGet "filterTypes" %}}` Is a map from type names to user type information, including registered relations.
Expand Down

0 comments on commit 3db88f7

Please sign in to comment.