| bus* | matches "bus", "bush", "busted", ...
|
|---|
| -bus | excludes matches containing "bus"
|
|---|
| +bus | forces a match to contain "bus"
|
|---|
| >bus | increases the tag's importance
|
|---|
| <bus | decreases the tag's importance
|
|---|
| ~bus | negates the tag's importance
|
|---|
| ( and ) | groups tags together
|