mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-28 16:08:23 +00:00
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:
parent
50d9b34e10
commit
727ae107f8
@ -323,11 +323,6 @@
|
||||
"field": "columnNamesFuzzy",
|
||||
"boost": 1.5,
|
||||
"matchType": "standard"
|
||||
},
|
||||
{
|
||||
"field": "tags.tagFQN.text",
|
||||
"boost": 5.0,
|
||||
"matchType": "standard"
|
||||
}
|
||||
],
|
||||
"aggregations": [
|
||||
|
||||
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user