Skip to content

Commit 766bd63

Browse files
committed
Коррекция подсказки
1 parent d2422a3 commit 766bd63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cls/iKnowDoc/Search/Domain.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ClassMethod GetSimilar(SearchString) As %Status
2020
for i=1:1:10 {
2121
set оrd = $order(Result(i),1,Data)
2222
if $li(Result(i),4)>2 {
23-
if $FIND($li(Data,2),"--")=0 {
23+
if ( ($FIND($li(Data,2),"--")=0) || ($FIND($li(Data,2),"|")=0) ) {
2424
set string =$li(Data,2)
2525
} else {
2626
set string =" "

0 commit comments

Comments
 (0)