This disambiguation page lists articles associated with the same title.
The following is a list of links to pages that might share the same title. If an internal link led you here, you may wish to change the link to point directly to the intended article.
To search within a forum, simply include the forumId field in the query string.
forumId:1025939 searchterms
Search date ranges with the createdAt field for most of the documents in search. The following example shows a query of documents created in the last two weeks.
createdAt:[NOW-14DAY/DAY TO NOW/DAY+1DAY]
Search for blue posts.
For now, you have to do a chain of author:name queries for the blue posters you are looking for, which is kind of ugly. I'm looking at ways of improving this.
(author:Straton OR author:Lylirra)
Search within posts by poster
author:Straton searchterms
Ignore non-forum content.
Consider this search for the term mace.
mace
And then an alternative that includes all types except for forum posts.
mace AND -(type:post)
See "In Search of Bigger Game" blog post in external links section below for more specific search code.