Difference between revisions of "Template:Forum"

From Wiki
Jump to navigation Jump to search
(Turn into multi-line format; make source search use repo.or.cz)
 
(6 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
-->* [http://www.mail-archive.com/search?l=ntg-context%40ntg.nl&q={{{1}}}+sort:newest {{{1}}} on the mailing list (all results)]
 
-->* [http://www.mail-archive.com/search?l=ntg-context%40ntg.nl&q={{{1}}}+sort:newest {{{1}}} on the mailing list (all results)]
 
* [http://www.mail-archive.com/search?l=ntg-context%40ntg.nl&q=subject:{{{1}}}+sort:newest {{{1}}} on the mailing list (subject only)]
 
* [http://www.mail-archive.com/search?l=ntg-context%40ntg.nl&q=subject:{{{1}}}+sort:newest {{{1}}} on the mailing list (subject only)]
* [http://repo.or.cz/w/context.git?a=search&h=HEAD&st=grep&s={{{1}}} {{{1}}} in ConTeXt's source]</onlyinclude><noinclude>
+
* [https://tex.stackexchange.com/search?q=%5Bcontext%5D+{{{1}}} {{{1}}} on stack exchange]
 +
* [http://source.contextgarden.net/?search={{{1}}} {{{1}}} in ConTeXt's source]</onlyinclude><noinclude>
  
 
== Syntax ==
 
== Syntax ==
Line 19: Line 20:
 
         date:200204*
 
         date:200204*
 
         help sort:newest
 
         help sort:newest
 +
 +
This syntax does not work when searching ConTeXt's source code, but no matter.
  
 
== Examples ==
 
== Examples ==

Latest revision as of 12:03, 20 August 2020

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

This syntax does not work when searching ConTeXt's source code, but no matter.

Examples