We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d8ad9 commit 7659353Copy full SHA for 7659353
packages/web/src/app/[domain]/components/searchBar/searchAssistBox.tsx
@@ -15,9 +15,9 @@ import Link from "next/link";
15
const SEARCH_ASSIST_DOCS_URL = "https://docs.sourcebot.dev/docs/features/search/ai-search-assist";
16
17
const EXAMPLES = [
18
- "Find next versions less than 15",
19
- "Find log4j versions 2.3.x or lower",
20
- "Find all todo comments",
+ "Find console.log statements",
+ "Find todo comments",
+ "Find hardcoded API keys or secrets",
21
];
22
23
interface SearchAssistBoxProps {
0 commit comments