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
Using the Find All Command
187
The Advanced tab provides more advanced options than the Simple tab, such as the Raw Query
Editor ability to add multiple rows of search criteria parameters.
To add a row to Search For section, click the Plus button (+) provided at the end of the last row.
The Plus button will change to a Minus button, which can be used to remove a row from the
Search For section.
The Raw Query Editor lets you view and/or modify the raw search criteria text.
n
Tip: You can set up a complex search, select the text in the Raw Query Editor box, copy that text
into a mail story and send it to another user so they can execute the same complex search.
If using the Raw Query Editor, you should be familiar with syntax and operators used in Find All
searches, since they are the same for defining raw queries. For instance, the following characters
are used for the operators: And, Or, And Not, and Has Not.
Parentheses are used to specify evaluation order. For instance, you want to search for stories that
mention either Hillary or Bill Clinton, but you only want stories that do not also mention their
daughter, Chelsea.
You could enter:
(Hillary & Clinton) | (Bill & Clinton) &!(Chelsea)
The combination &! accomplishes the same thing as the caret symbol (^) would in a query.
Another example is a query that searches for stories about domestic policies or domestic agenda,
but not domestic abuse. In this example the query might be written this way:
(domestic & agenda) | (domestic & policy) ^ (domestic & abuse)
An asterisk (*) may be used as a wildcard for partial spellings, such as
airp*
to find stories with
words such as airport, airplane, and airplay.
Operator Character
And Ampersand (&)
Or Pipe symbol ( | )
AndNot Caret symbol ( ^ )
Has Not Exclamation mark (!)