Skip to content

Commit

Permalink
Корректирование подсказок
Browse files Browse the repository at this point in the history
  • Loading branch information
kostyaeremin committed Jun 29, 2017
1 parent d5e4eb0 commit e74d428
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cls/iKnowDoc/Search/Domain.cls
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ ClassMethod GetSimilar(SearchString) As %Status
set string =" "
} elseif ($FIND($li(Data,2),"|")'=0) {
set string =" "
} elseif ($FIND($li(Data,2),"**")'=0) {
set string =" "
} elseif ($FIND($li(Data,2),"==")'=0) {
set string =" "
} else {
set string =$li(Data,2)
}
Expand Down

0 comments on commit e74d428

Please sign in to comment.