Skip to content

Commit e74d428

Browse files
committed
Корректирование подсказок
1 parent d5e4eb0 commit e74d428

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/cls/iKnowDoc/Search/Domain.cls

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ ClassMethod GetSimilar(SearchString) As %Status
2424
set string =" "
2525
} elseif ($FIND($li(Data,2),"|")'=0) {
2626
set string =" "
27+
} elseif ($FIND($li(Data,2),"**")'=0) {
28+
set string =" "
29+
} elseif ($FIND($li(Data,2),"==")'=0) {
30+
set string =" "
2731
} else {
2832
set string =$li(Data,2)
2933
}

0 commit comments

Comments
 (0)