This repository was archived by the owner on May 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
Search Tips
yawitz edited this page Jan 26, 2015
·
3 revisions
This page lists all in-product Search Tips, in table form, indicating the release where each tip becomes valid.
| Category | Tip | EA3 | 8.0-1 | Future |
|---|---|---|---|---|
| tags | ||||
| tag:tag1 | X | |||
| tag:tag1 OR tag:tag2 | X | |||
| strings | ||||
| aString | X | |||
| string1 AND string2 | X | |||
| "a phrase" | X | |||
| wildcard string | ||||
| aString* | X | |||
| title | ||||
| title:aString | X | |||
| user | ||||
| user:JoeUser [for any submission] | X | |||
| askedBy:JoeUser | X | |||
| answeredBy:JoeUser | X | |||
| commentedBy:JoeUser | X | |||
| date | ||||
| date:2014-07-30 | X | |||
| date GE 2014-07-30 [on or after Jul. 30 2014] | X | |||
| votes | ||||
| votes:0 | X | |||
| votes GT 100 [more than 100 votes] | X | |||
| question status | ||||
| answered:true | X | |||
| resolved:false | X | |||
| answers LE 2 [2 or fewer answers] | X | |||
| properties | ||||
| hasCode:true | X | |||
| search scope (default is anywhere) | ||||
| inQuestion:true | X | |||
| inAnswer:false | X | |||
| inCode:true [search only in code] | X | |||
| operators | ||||
| query1 AND query2 [implicit for adjacent terms] | X | |||
| query1 OR query2 | X | |||
| -query [negation] | X | |||
| (query1 OR query2) AND query3 [grouping] | X |