Archie Help

Archie Help

This help file explains in moderate detail what each field in the search page means. If you still can't locate the help you need or you want to report an error please mail us at archie@greektimes.ca and we will get back to you as soon as we can. That address is also the Archie mail interface, so a message whose body is a query will be answered with results.


Search For:
Here you type in the search variable. If regular expression is the type of search you are using then the string would be the regular expression you are looking for.
Combining Terms In The Search For Box:
This section is an addition by this server. Bunyip's own help file does not describe it. The behaviour it describes is Bunyip's, is present in the shipped software, and has simply never been written down.

The Search For box accepts more than one term, and you may join terms with the operators AND, OR and NOT, typed in capitals as words of the query itself. There is no separate control for this on the search page; the operators go in the box with your terms.

Two or more bare words are joined by AND. This is worth knowing, because it is what you will meet by accident. Typing two words does not widen your search, it narrows it: only entries matching every word are returned.

Worked example against this server's own catalogue, so you can reproduce each line exactly:

     README                    5 hits
     PKZIP                     4 hits

     README OR PKZIP           9 hits    (5 + 4)
     README AND PKZIP          0 hits    (nothing matches both)
     README PKZIP              0 hits    (bare words: identical to AND above)
     README NOT PKZIP          5 hits    (matches README, excluding PKZIP)
A correction by this server, 2026-07-27. An earlier version of this page described OR as returning "everything in either". That is the right answer for the numbers above but the wrong description of the operator, and the distinction only becomes visible on a catalogue where some entries match both terms. OR concatenates the two result lists rather than forming a set union, so its count is the sum of the two counts and any entry matching both terms is counted twice. In the example above nothing matches both, AND is 0, and concatenation and union happen to give the same 9.

Measured on this server's Web Index catalogue:

     parade                   12 documents
     festival                 25 documents

     parade OR festival       34 documents   (12 + 25, less the 3 that match
                                              both and are listed once)
     parade AND festival       3 documents
     parade NOT festival       9 documents   (12 - 3)
The two catalogues differ, and the reason is what a result IS. On the Anonymous FTP catalogue a result is a FILE, and a file has one name, so OR behaves as the concatenation described above and the counts simply add: 5 + 4 = 9. On the Web Index a result is a DOCUMENT, and a document carries many keywords, so one document can match through more than one of them. This server lists each document once, which is what Bunyip's own description of these formats calls for ("a short excerpt from each document is displayed after its URL"), and the effect is that OR on the Web Index reads as a true union: 12 + 25 - 3 = 34. This is Bunyip's own behaviour, not a fault of this installation, and their source says so at the site of the omission with a date on it:
     /*
      *  Here I SHOULD do an OR operation to get rid of redundancy we'll see
      *  when I will get to do this 961024
      */
Operators and terms must alternate. README OR PKZIP OR cuseeme is valid; two operators in a row is not, and will be refused.

Please note: the AND and OR buttons further down this page, under Optional Parameters, are a different setting altogether. Those control how the terms of the path restriction field combine with one another, and have no effect on the terms you type in the Search For box.

Two Further Parameters:
Also an addition by this server. These parameters are parsed by Bunyip's shipped CGI exactly as described; the search page simply offers no control for them.

Database:
The database which will be undergoing the search. If you are searching the web then press on the Web Index button. Otherwise if you are searching the FTP sites then press on the other button.
Search Type:
Case:
This option only affects searches of type Regular Expression and Substring.
Output Format:
This controls the output format for results from the Web Index database.

Optional Parameters


Archie 3.5 by Bunyip Information Systems Inc. Archie was created by Alan Emtage.
Part of the retro estate at retro.greektimes.ca.
The same catalogue is also searchable by Archie client on udp/1525, by telnet on port 2323, and by mail to archie@greektimes.ca.