Skip to content
Snippets Groups Projects
Commit 278f919c authored by ko_oler's avatar ko_oler
Browse files

Удалены поля fields и exclude_fields

parent db0fea1b
No related branches found
No related tags found
1 merge request!83Удалены поля fields, exclude_fields, search_score в сервисе "Лог" после удаления полнотекстового поиска
...@@ -51,11 +51,9 @@ message FindOptions { ...@@ -51,11 +51,9 @@ message FindOptions {
// Сортировка результатов // Сортировка результатов
repeated string sort = 1; repeated string sort = 1;
// Включить поля в результаты reserved 2;
repeated string fields = 2;
// Исключить поля из результатов reserved 3;
bool exclude_fields = 3;
// Ограничение количества результатов // Ограничение количества результатов
int32 limit = 4; int32 limit = 4;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment