Skip to content

Commit

Permalink
Better summary
Browse files Browse the repository at this point in the history
  • Loading branch information
philleonard committed May 26, 2023
1 parent 15e6d2c commit a9c90bb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
*/
@AutoService(BugChecker.class)
@BugPattern(
summary = "Usage of the Mongo FTS ($text) queries is discouraged",
summary =
"Usage of Mongo for full-text search queries via the `$text` operator is discouraged.",
link = BUG_PATTERNS_BASE_URL + "MongoFullTextSearchQueryUsage",
linkType = CUSTOM,
severity = WARNING,
Expand Down

0 comments on commit a9c90bb

Please sign in to comment.