有没有办法允许排除字符串中的值?例如,如果我想获得api/12345/authorise
并且我想获得具有api/....../authorise
的所有结果。
我不是要排除字符串,而是使用AND
搜索子字符串。
答案 0 :(得分:0)
每个关键字搜索表达式文档 https://help.sumologic.com/Search/Get-Started-with-Search/How-to-Build-a-Search/Keyword-Search-Expressions
关键字搜索表达式:
api/*/authorise
例如,将为您提供api / 12345 / authorise,以及其他以api /开头并以/ authorise结尾的字符串。