2019-09-02 13:03:35 +00:00
|
|
|
const EXPECTED = {
|
2023-06-09 14:49:38 +00:00
|
|
|
'query': 'si::pc',
|
2019-09-02 13:03:35 +00:00
|
|
|
'others': [
|
|
|
|
{ 'path': 'exact_match::Si', 'name': 'pc' },
|
|
|
|
{ 'path': 'exact_match::Psi', 'name': 'pc' },
|
|
|
|
{ 'path': 'exact_match::Si', 'name': 'pa' },
|
|
|
|
],
|
|
|
|
};
|