Search Text examples:
about(insurance)
Will return documents about insurance.
The about operator supports single words, phrases, and can be combined with other operators, such as AND, OR, or NOT. Any query operators included in a phrase will be ignored; however, you can use other operators, such as AND, OR, or NOT to combine ABOUT queries with word queries.
Will return documents about insurance, and banking.
about(insurance) and about(banking)
Will return documents about insurance, and about banking.
about(insurance) not about(homeowners)
Will return documents about insurance, and not about homeowners.
auto and home
auto & home
Will return documents that contain auto and home.
maine equiv vermont is a new england state
maine=vermont is a new england state
Will return documents that contain either the phrase; maine is a new england state, or vermont is a new england state.
Will return documents that match a fuzzy expansion of product.
insurance not auto
insurance ~ auto
Will return documents that contain insurance and not auto
cars | trains
cars or trains
Will return documents that contain cars or trains.
!edgartown
Will return documents that sound like edgartown.
$produce
Will return documents that contain the same root word as produce.
grocer%
Will return documents that contain the term, beginning with grocer.
_rain
Will return documents that contain the term, ending in rain.
Notes on special characters:
Sorting the results
When search results are returned, the sort order is by ID. Clicking on a list view column header will sort the results by the column selected, in ascending order; clicking on the same column header a second time will sort the results by the column selected, in descending order.
Refreshing the list view
To refresh the list view, using the last used sort order and search text, select the View menu, and then Refresh. Note, the F5 key will also refresh the list view.
Copyright © 2009-2013 Robert F. Frasca