Please Note: Files searches can currently only be performed on the latest 50 days worth of data.
| Boolean full-text searching capability is supported by our engine: |
| + | A leading plus sign indicates that this word must be present in every row returned. |
| - | A leading minus sign indicates that this word must not be present in any row returned. |
| By default (when neither plus nor minus is specified) the word is optional, but the rows that contain it will be rated higher. |
| < > | These two operators are used to change a words contribution to the relevance value that is assigned to a row. The < operator decreases the contribution and the > operator increases it. |
| ( ) | Parentheses are used to group words into sub expressions. |
| * | An asterisk is the truncation operator. Unlike the other operators, it should be appended to the word, not prepended. |
| Examples |
| apple pear | Find rows that contain at least one of these words. |
| +apple pear | Find rows that contain word 'apple', but rank it higher if it also contain 'pear' |
| -apple +pear | Find rows that contain word 'pear', but not 'apple' |
| apple* | Find rows that contain 'apple', 'apples', 'applesauce', and 'applet' |
|