Difference between revisions of "Template:Forum"

From Wiki
Jump to navigation Jump to search
Line 1: Line 1:
== ConTeXt-Forum ==
+
<onlyinclude>All issues with [http://www.mail-archive.com/search?l=ntg-context%40ntg.nl&q={{{1}}} {{{1}}}]</onlyinclude>
All issues with [http://www.mail-archive.com/search?l=ntg-context%40ntg.nl&q={{{1}}} {{{1}}}]
+
<noinclude>
 +
 
 +
== Syntax ==
 +
<pre>
 +
{{Forum|search-keywords}}
 +
</pre>
 +
 
 +
== Search syntax ==
 +
Searches span all archived messages in a particular mailing list. More complex searches are supported through advanced query syntax. Phrase search is supported. So are fancy boolean operators like + - AND OR NOT (). Finally, searches can be limited to a particular email field such as from, date, subject or message. For example, one can find all messages from April 2002. The sort order can be controlled by adding sort:newest or sort:oldest to your search string.
 +
 
 +
        "battle royale"
 +
        +Jeff -Breidenbach -Marshall
 +
        (dualing OR dueling) AND banjos
 +
        from:"Mac Oglesby"
 +
        date:[19980101 TO 19981231] Breidenbach
 +
        date:200204*
 +
        help sort:newest
 +
 
 +
== Examples ==
 +
{{Forum|modes}}
 +
{{Forum|modes+sort:newest}} (die neuen zuerst)
 +
{{Forum|ruby_for_vertical_layout}}
 +
{{Forum|define+dimexpr}}
 +
 
 +
</noinclude>

Revision as of 15:52, 14 March 2012

All issues with {{{1}}}


Syntax

 {{Forum|search-keywords}}

Search syntax

Searches span all archived messages in a particular mailing list. More complex searches are supported through advanced query syntax. Phrase search is supported. So are fancy boolean operators like + - AND OR NOT (). Finally, searches can be limited to a particular email field such as from, date, subject or message. For example, one can find all messages from April 2002. The sort order can be controlled by adding sort:newest or sort:oldest to your search string.

       "battle royale"
       +Jeff -Breidenbach -Marshall
       (dualing OR dueling) AND banjos
       from:"Mac Oglesby"
       date:[19980101 TO 19981231] Breidenbach
       date:200204*
       help sort:newest

Examples

All issues with modes
All issues with modes+sort:newest (die neuen zuerst)
All issues with ruby_for_vertical_layout
All issues with define+dimexpr