|
|
| Line 42: |
Line 42: |
| == Search syntax == | | == Search syntax == |
|
| |
|
| Input has several places where you can specify a search query. These queries use the following syntax: | | See [[Firefox/Input/Search syntax]]. |
| | |
| * <kbd>+</kbd> signifies AND operation
| |
| * <kbd>|</kbd> signifies OR operation
| |
| * <kbd>-</kbd> negates a single token
| |
| * <kbd>"</kbd> wraps a number of tokens to signify a phrase for searching
| |
| * <kbd>*</kbd> at the end of a term signifies a prefix query
| |
| * <kbd>(</kbd> and <kbd>)</kbd> signify precedence
| |
| | |
| Examples:
| |
| | |
| * <code>crash</code> - searches for responses with the word "crash"
| |
| * <code>crash + -sync</code> - searches for responses with the word "crash" excluding results with the word "sync"
| |
| * <code>crash + sync</code> - searches for responses with both "crash" and "sync"
| |
| * <code>"norton antivirus" crash</code> - searches for responses with the phrase "norton antivirus" and the word "crash"
| |
|
| |
|
| == Feedback URLs == | | == Feedback URLs == |