Skip to content

Commit 2d04011

Browse files
committed
doc: Add example Items Filter classes
1 parent a2d275d commit 2d04011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ The application is configurable via environment variables.
131131
- **`ITEMS_FILTER_CLS`**, CQL2 expression generator for item-level filtering
132132
- **Type:** JSON object with class configuration
133133
- **Required:** No, defaults to `null` (disabled)
134-
- **Example:** `my_package.filters:OrganizationFilter`
134+
- **Example:** `stac_auth_proxy.filters:Opa`, `stac_auth_proxy.filters:Template`, `my_package:OrganizationFilter`
135135
- **`ITEMS_FILTER_ARGS`**, Positional arguments for CQL2 expression generator
136136
- **Type:** List of positional arguments used to initialize the class
137137
- **Required:** No, defaults to `[]`

0 commit comments

Comments
 (0)