【问题标题】:"Proximity Search" and "Or" Clause does not seem to work“邻近搜索”和“或”子句似乎不起作用
【发布时间】:2017-01-20 22:43:00
【问题描述】:

我输入了"update identnumber"~5 OR "identnumber update"~5 作为搜索文本,但它没有突出显示以下行。但是,如果我使用"N'update identnumber"~5 OR "identnumber N'update"~5 作为搜索文本,那么下面的行将突出显示。如果有帮助,我正在使用 DocFetcher 工具。我错过了什么?

SET @sql = N'update IdentNumber

【问题讨论】:

    标签: search full-text-search


    【解决方案1】:

    我能够使用"N'update identnumber"~5 OR "identnumber N'update"~5 作为搜索文本并获得

    SET @sql = N'update IdentNumber
    

    要突出显示的行。

    【讨论】:

      猜你喜欢
      • 2016-08-21
      • 1970-01-01
      • 2017-08-05
      • 1970-01-01
      • 1970-01-01
      • 2022-10-17
      • 2015-03-18
      • 2019-08-11
      • 1970-01-01
      相关资源
      最近更新 更多