We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2422a3 commit 766bd63Copy full SHA for 766bd63
src/cls/iKnowDoc/Search/Domain.cls
@@ -20,7 +20,7 @@ ClassMethod GetSimilar(SearchString) As %Status
20
for i=1:1:10 {
21
set оrd = $order(Result(i),1,Data)
22
if $li(Result(i),4)>2 {
23
- if $FIND($li(Data,2),"--")=0 {
+ if ( ($FIND($li(Data,2),"--")=0) || ($FIND($li(Data,2),"|")=0) ) {
24
set string =$li(Data,2)
25
} else {
26
set string =" "
0 commit comments