Skip to content
Snippets Groups Projects
Commit 0d430825 authored by Danis Kirasirov's avatar Danis Kirasirov :8ball: Committed by Pavel Antonov
Browse files

Добавлено системное поле `SearchScore` в Item

parent 297bff31
No related branches found
No related tags found
1 merge request!35Добавлено системное поле `SearchScore` в Item
......@@ -73,6 +73,7 @@ message Item {
bool hidden = 20;
bool template = 21;
Permissions permissions = 22;
double search_score = 23; // релеватность элемента при полнотекстовом поиске
}
/**
......
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