Skip to content

Commit f93cb58

Browse files
committed
switch to term matching for Encounter.alternateID
1 parent 6415e87 commit f93cb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/filterFields/IdentityFilter.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const IdentityFilter = observer(({ store }) => {
9797
label="FILTER_ALTERNATIVE_ID"
9898
noDesc={true}
9999
field={"otherCatalogNumbers"}
100-
term={"match"}
100+
term={"term"}
101101
filterId={"otherCatalogNumbers"}
102102
filterKey={"Alternative ID"}
103103
store={store}

0 commit comments

Comments
 (0)