Knowledge Base Prep: Reduce priority of Organizations in search results (so KB results appear above them)
This commit is contained in:
parent
160b521116
commit
92d7ee95e0
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ returns if user has no permissions to search
|
|||
return false if !current_user.permissions?('ticket.agent') && !current_user.permissions?('admin.organization')
|
||||
|
||||
{
|
||||
prio: 1000,
|
||||
prio: 1500,
|
||||
direct_search_index: true,
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue