Пример моего запроса и вывода:
q={!parent which='-_nest_path_:* *:*'}
fl=*, [child]
{
"hash":"quhM/KlIqoqd+el4y+BAIQ==",
...
"_version_":1667998128673914880,
"_root_":"quhM/KlIqoqd+el4y+BAIQ==",
"files":
{
"hash":"quhM/KlIqoqd+el4y+BAIQ==_data/test.pdf",
"fileName":"test.pdf",
"_nest_parent_":"quhM/KlIqoqd+el4y+BAIQ==",
"_version_":1667998128673914880,
"_root_":"quhM/KlIqoqd+el4y+BAIQ=="}},
Мне нужно отсортировать документы по fileName
в дочерних документах.
Использование fun c childfield like sort=childfield(fileName) asc
У меня следующая ошибка:
msg":"sort param could not be parsed as a query, and is not a field that exists in the index: childfield(fileName)"
Что я делаю не так?