9 lines
228 B
JavaScript
9 lines
228 B
JavaScript
const EXPECTED = {
|
|
'query': 'si::pc',
|
|
'others': [
|
|
{ 'path': 'exact_match::Si', 'name': 'pc' },
|
|
{ 'path': 'exact_match::Psi', 'name': 'pc' },
|
|
{ 'path': 'exact_match::Si', 'name': 'pa' },
|
|
],
|
|
};
|