Fix explore count mismatch - 2 (#22525)

* Fix explore count mismatch - 2

* fix playwright

---------

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
This commit is contained in:
sonika-shah 2025-07-23 20:04:40 +05:30 committed by GitHub
parent 50d9b34e10
commit 727ae107f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 6 deletions

View File

@ -323,11 +323,6 @@
"field": "columnNamesFuzzy",
"boost": 1.5,
"matchType": "standard"
},
{
"field": "tags.tagFQN.text",
"boost": 5.0,
"matchType": "standard"
}
],
"aggregations": [

View File

@ -37,7 +37,6 @@ export const mockEntitySearchConfig = {
{ field: 'columns.displayName.keyword', boost: 2, matchType: 'exact' },
{ field: 'columns.children.name.keyword', boost: 1, matchType: 'exact' },
{ field: 'columnNamesFuzzy', boost: 1.5, matchType: 'standard' },
{ field: 'tags.tagFQN.text', boost: 5, matchType: 'standard' },
],
highlightFields: ['name', 'description', 'displayName'],
matchTypeBoostMultipliers: {