From 1d3d7d5c48f0cf5cc6fc912bd1c6588264e6c68f Mon Sep 17 00:00:00 2001
From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04>
Date: Wed, 7 Jan 2009 10:49:44 +0000
Subject: [PATCH] add find/replace qualifier text

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@9679 ee4ac58c-ac51-4696-9907-e4b3aa274f04
---
 docs/menus.sgml | 50 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 50 insertions(+)

diff --git a/docs/menus.sgml b/docs/menus.sgml
index e16abd932..69a7a3239 100644
--- a/docs/menus.sgml
+++ b/docs/menus.sgml
@@ -880,6 +880,56 @@ that range.  Any features that overlap the end of the range will be truncated.
     </PARA>
   </SECT2>
 
+  <SECT2 ID="EDITMENU-FINDANDREPLACE">
+    <TITLE>Find Or Replace Qualifier Text</TITLE>
+    <PARA>
+    This opens a search window with options to find or replace qualifier
+    text. The search can be restricted to features with a given key and/or 
+    it can be restricted to a given qualifier name.
+    </PARA>
+    <PARA>
+    Boolean operators (and/or) can be used in the search. Clicking on the
+    <LITERAL>Show Boolean Search Options</LITERAL> displays 4 options. 
+
+    <ORDEREDLIST>
+      <LISTITEM>
+      <PARA>
+      The <LITERAL>Use boolean operators (and, or, & |)</LITERAL> means that
+      it uses any of these operators that are in the <LITERAL>Find</LITERAL> text field.
+      </PARA>
+      </LISTITEM>
+      <LISTITEM>
+      <PARA>
+      The <LITERAL>Match any string (i.e. x OR y)</LITERAL> means that the words in
+      the <LITERAL>Find</LITERAL> text field will be separated by an OR
+      condition. So that it finds those features with qulaifiers that contain any of the 
+      words.
+      </PARA>
+      </LISTITEM>
+      <LISTITEM>
+      <PARA>
+      The <LITERAL>Match all string (i.e. x AND y)</LITERAL> means that the words in
+      the <LITERAL>Find</LITERAL> text field will be separated by an AND
+      condition. So that it finds those features with qulaifiers that contain all of the
+      words.
+      </PARA>
+      </LISTITEM>
+      <LISTITEM>
+      <PARA>
+      The <LITERAL>No boolean search</LITERAL> option is the default. This
+      means it searches for those features with qualifiers that contain the complete
+      text from the <LITERAL>Find</LITERAL> text field.
+      </PARA>
+      </LISTITEM>
+    </ORDEREDLIST>
+    </PARA>
+    <PARA>
+    In addition selecting the Duplicate Qualifiers tab provides options to
+    search for or delete duplicate qualifiers.
+    </PARA>
+  </SECT2>
+
+
   <SECT2 ID="QUALIFIERS">
   <TITLE>Qualifier(s) of Selected Feature</TITLE>
   <SECT3 ID="EDITMENU-CHANGE-QUALIFIERS">
-- 
GitLab