fix search and insured override
All checks were successful
Build and Publish / build-release (push) Successful in 1m50s

This commit is contained in:
2026-04-30 11:35:27 -05:00
parent b5686f890a
commit 42cb25a3b6
3 changed files with 34 additions and 27 deletions

View File

@@ -35,7 +35,7 @@ defmodule PolicyService.Projections.PolicyApplication do
max_limit: 100,
custom_fields: [
search: [
filter: {PolicyService.Projections.PolicyApplicationFilters, :search, []},
filter: {PolicyService.Filters.PolicyApplicationFilters, :search, []},
ecto_type: :string,
operators: [:==]
]