filtering and saved searches Flashcards
Which of the following is not a filter type: Boolean, Date, User, or Textbox?
user
Does numeric filtering support decimals?
yes
Does numeric filtering support currency?
yes
Can you use commas in numeric filtering (1,000,000)?
yes
Does @Today filter for today’s date?
no
What field types support multi list filters?
Multiple Choice and Multiple Object
What field types support textbox filter? (7)
Fixed length text, Long text, date, whole number, decimal, currency, object
What does the % do in a textbox filter?
filters for not null
What does the underscore character do in a textbox filter?
Wildcard for missing character
What does the equal sign do in a textbox filter?
returns the exact phrase
Is the following syntax valid for textbox filtering?
>=apple
Yes, it will filter for all terms that come alphabetically after “apple”
Is the following syntax valid for textbox filtering?
OR apple
No, “And” and “Or” require 2+ search terms
Is the following syntax valid for textbox filtering?
apple between orange
Yes, it will filter all terms that come alphabetically between apple and orange
Is the following syntax valid for textbox filtering?
apple and banana or orange
yes
If you secure a search index, can users still run saved searches that are based off that index?
No, they will get an error if they do not have access to the index the search is built off of