File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -139,6 +139,13 @@ private void ShowSearchExamples()
139139 AnsiConsole . MarkupLine ( "[dim]Find documents with either python or javascript[/]" ) ;
140140 AnsiConsole . WriteLine ( ) ;
141141
142+ AnsiConsole . MarkupLine ( "[bold]Exclude terms with NOT[/]" ) ;
143+ AnsiConsole . MarkupLine ( "[cyan]km search \" docker AND NOT kubernetes\" [/]" ) ;
144+ AnsiConsole . MarkupLine ( "[dim]Find docker docs that don't mention kubernetes[/]" ) ;
145+ AnsiConsole . MarkupLine ( "[cyan]km search \" NOT deprecated\" [/]" ) ;
146+ AnsiConsole . MarkupLine ( "[dim]Find all docs that don't contain \" deprecated\" [/]" ) ;
147+ AnsiConsole . WriteLine ( ) ;
148+
142149 AnsiConsole . MarkupLine ( "[bold]Search for literal reserved words[/]" ) ;
143150 AnsiConsole . MarkupLine ( "[cyan]km search '\" NOT\" '[/]" ) ;
144151 AnsiConsole . MarkupLine ( "[dim]Use quotes to search for literal AND, OR, NOT as words[/]" ) ;
You can’t perform that action at this time.
0 commit comments