Skip to content
Snippets Groups Projects
Commit c45f4b15 authored by Pavel Antonov's avatar Pavel Antonov :asterisk:
Browse files

Merge branch 'feature/PRXS-2445-2446-AddSearchScoreField' into 'master'

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

See merge request !35
parents 297bff31 0d430825
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