5.0
Table Of Contents
- Avid iNEWS User's Guide
- Contents
- Using This Guide
- iNEWS System
- Getting Started
- The iNEWS Workspace
- Toolbars
- Working with Queues
- Changing Forms for Viewing Queues
- Changing the Width of a Queue Form Field
- Easy Locking a Queue
- Key Locking a Queue
- Moving a Queue
- Opening a Queue
- Refreshing a Queue
- Searching for Text in a Queue
- Specifying a Destination Queue
- Unlocking a Queue
- Using Abstract Display in Queue
- Using Currency Total
- Viewing Queue Properties
- Working with Wires
- Stories - Creation and Modification
- Moving Stories
- Stories - Protection
- iNEWS Projects
- Scripted Stories
- Displaying a Production Cue
- Enabling Autoscript
- Adding a Production Cue to a Story
- Adding a CG Production Cue
- Adding a Video Production Cue
- Adding a Still Store Production Cue
- Moving a Production Cue
- Deleting a Production Cue
- Using Script Templates
- Using CG Title Entry
- Primary Machine Control Event Placeholder
- Using MOS Placeholders
- Unscripting a Story
- Production Tasks
- Producer Basics
- Endorsing a Story
- Inserting a Break Line
- Ordering a Queue
- Calculating Backtime from Out Time
- Displaying the Show Timing Clocks
- Establishing Broadcast Control in a Queue
- Loading a Rundown Queue into Broadcast Control
- Placing a Rundown Queue in Show Timing Mode
- Production Locking a Queue
- Setting Clock for Show Timing
- Setting Story Start Times in a Rundown Queue
- Synchronizing a Story
- Synchronizing the First Story
- Synchronizing a Rundown Queue During Broadcast
- Timing Story Text
- Timing a Show
- Floating a Story
- Tracking a Show
- Printing
- Messages and Mail
- Sessions and Preferences
- Macros
- Searching in iNEWS
- Local Databases
- Connecting to a Remote Service
- System Shortcuts
- Icons
- Glossary
- Index
Types of Searches
178
Pattern Matching Searches
Complex word searches are called Indexed queries and can only be done on indexed queues.
They use the question mark or asterisk characters to perform pattern-matching searches.
Use of Question Mark
The question mark character ( ? ) allows any character to be in a particular position in a matching
string for the search pattern. It can be used to represent any single character, and you can use it if
you aren’t sure of a word’s spelling ("advis?r" or "station?ry").
For example, the query
s?ow
finds “snow,” “slow,” “show,” “stow,” and so on
Use of Asterisk
To search for stories containing variations of a word, add an asterisk ( * ) to the word. The
asterisk represents any number of characters in a search (including none).
For example, the query
snow*
finds “snow,” “snowing,” and “snowstorm, ” while the query
*storm
finds “brainstorm,” “snowstorm,” and “windstorm. The query
s*ow
finds “snow,”
“show,” “stow,” “slow,” and “sorrow.”
Phrase Searches
Phrase searches are Indexed queries which can only be done on indexed queues. They can
conform to either a Basic syntax or Advanced (Complex) syntax. Basic syntax uses the operators,
AND, OR, NOT, and ANDNOT. With advanced syntax you can use the abbreviated operators (
& | ! ). The ( & ) character is equivalent to AND. The ( | ) character is equivalent to OR. The ( ! )
character is equivalent to NOT.
To search for a phrase, you must enclose it in generic double quotes
( " " ). Example: "White & House". Special characters, if used, will retain their meaning when in
a phrase search. Special words in the query language will be derived from a site-specific
dictionary. These words are not case-sensitive. To include them in a search, they must be escaped
by the backslash character ( \ ).
To query text containing quotation marks, for example: he said "all good things"
You must remove the quotation marks, as they are not indexed, or the search will not yield any
results. Instead, use: "he said all good things"
n
Like the Find All and Seek features of iNEWS, the FTS server has special words, such as AND,
OR, NOT, NEAR, and so on. Such words are not case-sensitive, but to be included as words to
match in a search, they must be preceded by the backslash character ( \ ).