filtering and saved searches Flashcards

1
Q

Which of the following is not a filter type: Boolean, Date, User, or Textbox?

A

user

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Does numeric filtering support decimals?

A

yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Does numeric filtering support currency?

A

yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Can you use commas in numeric filtering (1,000,000)?

A

yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Does @Today filter for today’s date?

A

no

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What field types support multi list filters?

A

Multiple Choice and Multiple Object

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What field types support textbox filter? (7)

A
Fixed length text, 
Long text, 
date, 
whole number, 
decimal, 
currency, 
object
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does the % do in a textbox filter?

A

filters for not null

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does the underscore character do in a textbox filter?

A

Wildcard for missing character

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does the equal sign do in a textbox filter?

A

returns the exact phrase

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Is the following syntax valid for textbox filtering?

>=apple

A

Yes, it will filter for all terms that come alphabetically after “apple”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Is the following syntax valid for textbox filtering?

OR apple

A

No, “And” and “Or” require 2+ search terms

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Is the following syntax valid for textbox filtering?

apple between orange

A

Yes, it will filter all terms that come alphabetically between apple and orange

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Is the following syntax valid for textbox filtering?

apple and banana or orange

A

yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

If you secure a search index, can users still run saved searches that are based off that index?

A

No, they will get an error if they do not have access to the index the search is built off of

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What determines the available filter types, such as textboxes, popup pickers, and drop down lists?

A

The Field Type

17
Q

What are the different filter types in Relativity? (6)

A
Boolean
Numeric,
List, 
Date,
Multilist, 
Textbox
18
Q

Boolean filters are only available on what field types?

A

Yes/No Filed Types

19
Q

List filter types are available for what field types? (4)

A

Single Choice
Single Object
User
Fixed Length Text

20
Q

What operators can you use using textbox filters?

A

AND, OR, IS SET, IS NOT SET, BETWEEN, = (equal), >= (greater than or equal to), <= (less than or equal to)

21
Q

The textbox filter treats each search term as if it were preceded and followed by what?

A

A wildcard (*) and it will return all versions of the term

22
Q

Lists are especially useful when saving a list of what?

A

Sampled items

23
Q

True or False

Only document object lists provide the Create Search from List option

A

t

24
Q

When you execute a saved search, what is the order of operations?

A

Relativity first applies the conditions, then related items, then the filters.

This is true unless you have nested relational searches

25
Q

In order for checkboxes to display for the user what permissions must be selected on the Search object?

A

Add or Delete permissions

26
Q

What mass operations are available for saved searches?(4)

A

Copy,
Delete,
Move,
Export to File

27
Q

How do you make your saved searches public by default?

A

In MY SETTINGS, select PUBLIC, in the option DEFAULT SAVED SEARCH OWNER

28
Q

True or False

When you move a search, it inherits the security from the parent folder

A

True - so you may want to check the security on a folder before moving a search into it

29
Q

Search highlights only apply when using the search bar or when running a saved search against which index?

A

Keyword Index

30
Q

What happens if you drag a locked child folder into an unlocked parent folder?

A

The child folder inherits the parent folder’s security - so it becomes unlocked