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 d5e4eb0 commit e74d428Copy full SHA for e74d428
src/cls/iKnowDoc/Search/Domain.cls
@@ -24,6 +24,10 @@ ClassMethod GetSimilar(SearchString) As %Status
24
set string =" "
25
} elseif ($FIND($li(Data,2),"|")'=0) {
26
27
+ } elseif ($FIND($li(Data,2),"**")'=0) {
28
+ set string =" "
29
+ } elseif ($FIND($li(Data,2),"==")'=0) {
30
31
} else {
32
set string =$li(Data,2)
33
}
0 commit comments