Skip to content
Snippets Groups Projects
Commit 1d3d7d5c authored by tjc's avatar tjc
Browse files

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
parent 5954d946
No related branches found
No related tags found
No related merge requests found
...@@ -880,6 +880,56 @@ that range. Any features that overlap the end of the range will be truncated. ...@@ -880,6 +880,56 @@ that range. Any features that overlap the end of the range will be truncated.
</PARA> </PARA>
</SECT2> </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"> <SECT2 ID="QUALIFIERS">
<TITLE>Qualifier(s) of Selected Feature</TITLE> <TITLE>Qualifier(s) of Selected Feature</TITLE>
<SECT3 ID="EDITMENU-CHANGE-QUALIFIERS"> <SECT3 ID="EDITMENU-CHANGE-QUALIFIERS">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment