Search Cheat Sheet
This is a quick guide to the operators and restricts supported by wave search.
Google also has some info here. I think this wave is more informative.
Keywords
about:[keyword] -- finds waves which have [keyword] occurring anywhere. Same as [keyword].
title:[keyword] -- finds waves which have [keyword] in the title.
caption:[keyword] -- finds waves which have an attachment where [keyword] occurs in the caption.
Status
is:read -- finds all read waves.
is:unread -- finds all unread waves.
Note: you cannot currently do a search like "-is:read" by itself and get reliable results due to an outstanding restriction on megastore queries
is:mute -- finds all muted waves.
is:unmute -- finds all waves not muted
is:active -- currently the same as is:unread.
is:note -- finds all waves which have you as the only participant and contributor
Participants
from:[address] -- finds waves from the participant identified by the address. Special case of from:me identifying waves from yourself.
by:[address] -- same as from:[address].
to:[address] -- find waves which are a dialogue between you and the participant identified by the address.
with:[address] -- find waves that have the participant identified by the given address explicitly listed.
owner:[address] -- find waves by person, that they created.
only:[address] -- finds waves to which only the participant specified by the given address contributed.
Date Search
Currently, there are a few restricts:
past:[date term] -- finds all waves in the last period.
previous:[date term] -- finds all waves in the period before the last period.
before:[date term] -- finds all waves before a certain period.
after:[date term] -- finds all waves after a certain period.
which can be combined with date terms:
day
week
month
year
So you can have past:week, past:year. There is also support for
past:N[date term]
where N > 0. So you can have past:3days (today, yesterday, the day before yesterday).
Also you can have
past:Ndays
past:Nweeks
past:Nmonths
past:Nyears
Finally, you can abbreviate days, weeks, months and years to a single letter (d, w, m, y). Thus you can write
past:3d
past:2w
Folders
in:[folder name] -- find waves in the folder with the given name. For example, in:inbox.
in:[search name] -- find waves in the saved search with the given name.
is:unfiled -- find waves which have not been moved to a user folder.
is:filed -- find waves which belong to some user folder.
Attachments
has:attachment -- finds waves with an attachment. This changed from "is:image".
has:document -- finds waves with an attachment which is a document. (coming soon)
has:image -- finds waves with an attachments which is an image. (coming soon)
caption:[keyword] -- finds waves with an attachment with caption containing [keyword].
filename:[keyword] -- finds waves with an attachment with filename containing [keyword]. (coming soon)






