You can search for several words next to each other by enclosing them in quotation marks:
"a key phrase"
This also works for keyword searches.
If you want only results that do not mention a specific term, you can exclude that term by prepending a minus sign:
-unwanted good words -bad -words words we want -"phrase to exclude"
-unwanted
good words -bad -words
words we want -"phrase to exclude"
To match a word or phrase exactly, immediately precede it with an equals sign:
=National Nanotechnology Network =http://science.org/instruction/index.php
=National Nanotechnology Network
=http://science.org/instruction/index.php
This is usually used with URL and Controlled Name fields. Exact match differs from phrase searching in that with an exact match, the content of the field has to be identical to the search string to be considered a match.
You can search for dates within a specific range by entering a beginning and end date separated by spaces and a dash:
June 10 2008 - July 19 2010 5/1/04 - 2/10/12
June 10 2008 - July 19 2010
5/1/04 - 2/10/12
Ranges are inclusive, and most common date formats will work.
To search for values before or after a certain date, precede the date with the appropriate operator:
> 2009 (after 2009) <= Feb 20 2010 (on or before 2/20/10)
> 2009
<= Feb 20 2010
It is also possible to specify relative to the current time:
< 90 minutes ago (less than 90 minutes ago) >= 10 days ago (10 or more days ago)
< 90 minutes ago
>= 10 days ago
Comparisons also work with numeric fields:
>= 42 (greater than or equal to 42) != 65535 (not equal to 65535)
>= 42
!= 65535
For dates, most common formats will work. Comparisons are only for Date, Timestamp, and Number fields.
Log In: