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