fix search and insured override
All checks were successful
Build and Publish / build-release (push) Successful in 1m50s
All checks were successful
Build and Publish / build-release (push) Successful in 1m50s
This commit is contained in:
@@ -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: [:==]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user