From 98c668e5eefbacd3068871e4fe2549cc7f5273f6 Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Thu, 27 Oct 2016 10:28:44 -0400 Subject: [PATCH] Improve docs for DropdownAdHocSearchPanel --- .../autopsy/keywordsearch/DropdownAdHocSearchPanel.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/DropdownAdHocSearchPanel.java b/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/DropdownAdHocSearchPanel.java index 88b7d9c816..fc2fa016c1 100644 --- a/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/DropdownAdHocSearchPanel.java +++ b/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/DropdownAdHocSearchPanel.java @@ -31,10 +31,10 @@ import org.sleuthkit.autopsy.coreutils.Logger; /** * A dropdown panel that provides GUI components that allow a user to do three * types of ad hoc keyword searches. The first option is a standard Lucene query - * for one or more terms, with or without wildcards, or a phrase. The second - * option is a Lucene query for a substring of a single rerm. The third option - * is a regex query using first the terms component, followed by Lucene queries - * for any terms found. + * for one or more terms, with or without wildcards and explicit Boolean + * operators, or a phrase. The second option is a Lucene query for a substring + * of a single rerm. The third option is a regex query using first the terms + * component, followed by standard Lucene queries for any terms found. * * The toolbar uses a different font from the rest of the application, * Monospaced 14, due to the necessity to find a font that displays both Arabic