Skip to content

Commit 075906b

Browse files
committed
fixed searchSetting spec
1 parent fd80029 commit 075906b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openmetadata-ui/src/main/resources/ui/playwright/utils/searchSettingUtils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export const mockEntitySearchConfig = {
2424
assetType: 'table',
2525
searchFields: [
2626
{ field: 'displayName.keyword', boost: 20, matchType: 'exact' },
27+
{ field: 'name.keyword', boost: 20, matchType: 'exact' },
2728
{ field: 'name', boost: 10, matchType: 'phrase' },
2829
{ field: 'name.ngram', boost: 1, matchType: 'fuzzy' },
2930
{ field: 'name.compound', boost: 8, matchType: 'standard' },

0 commit comments

Comments
 (0)