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

Удалено поле "search_score" в сервисе "Лог" после удаления полнотекстового поиска

parent 28531974
No related branches found
No related tags found
1 merge request!83Удалены поля fields, exclude_fields, search_score в сервисе "Лог" после удаления полнотекстового поиска
This commit is part of merge request !83. Comments created here will be created in the context of that merge request.
......@@ -100,6 +100,5 @@ message LogEntry {
// tags содержит теги связанные с событием, на усмотрение сервиса
repeated string tags = 11;
// релевантность элемента при полнотекстовом поиске
double search_score = 12;
reserved 12;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment