Search Help

The M-Dream search supports boolean type search results. Examples below:

apple banana

Find results that contain at least one of the two words.

+apple +juice

Find results that contain both words.

+apple macintosh

Find results that contain the word `apple`, but rank results higher if they also contain `macintosh`.

+apple -macintosh

Find results that contain the word `apple` but not `macintosh`.

+apple ~macintosh

Find results that contain the word `apple`, but if the ad also contains the word `macintosh`, rates it lower than if the ad does not. This is `softer` than a search for '+apple -macintosh', for which the presence of `macintosh` causes the ad not to be returned at all.

+apple +(>turnover <strudel)

Find results that contain the words `apple` and `turnover`, or `apple` and `strudel` (in any order), but rank `apple turnover` higher than `apple strudel`.

apple*

Find results that contain words such as `apple`, `apples`, `applesauce`, or `applet`.

"some words"

Find results that contain the exact phrase `some words` (for example, results that contain `some words of wisdom` but not `some noise words`).