1===== Queries =====
2Queries can be about pages, IP addresses, Countries, or Browser/User Agents.
3
4==== Rules ====
5Queries are governed by the dominant or **priority** field.
6   - Any priority with country set will match the priority field plus the country.
7   - Page priority with both user agent and country set will match all three fields.
8   - IP queries (i.e. ip priority) ignore all other fields and if an IP is included in a query where another field has priority, the IP address is ignored.
9
10You can choose to ignore all fields other than the priority field and then only the priority field will be searched.
11
12==== Searches ====
13The search functions are case-insensitive and will match partial strings as well as whole strings.  So, for instance,
14if you search for ''wiki'' in the page search, it will return all pages which occur in the wiki namespace and any other pages
15which include wiki in their names.
16
17   - **UserAgent Search:**  This search is useful if a particular user agent does not show up on the drop-down menu. This can happen if a user agent string appears in a subversion but not in the major version string.  A successful search will add whatever is found to the top of the drop-down menu so that  you can then select it.
18   - **Country Search: **   If a country does not appear in the list of countries, this will add it to the list so that you can then select it.  If you enter a partial name, it will add all matches.  For instance, if you enter 'isl', you will add a whole list of countries that have Island in their names
19   - ** Page:**  This will accept any whole or part of a page name and will return results for all matching values.
20
21==== Dates ====
22Dates are all confined to months within the same year.   You can select multiple dates except for page priority.  However, the page
23field can be included in a multi-date query where one of the other fields has priority.
24
25
26==== Output ====
27Queries will result in tables with the following columns for each of the months you select from the drop-down menu of months:
28
29|<''IP''>|''Month''|''Accesses''|''Pages''|<''Country''>|''User Agent''|''Search Terms''|''Name Spaces''|''Query String Names''|''Query String Values''|
30
31
32When you query a page, this data will be displayed for every IP address that has accessed the page.  This can sometimes amount to a considerable amount of output,
33especially for IP addresses that are spiders and have accessed many pages on your wiki.  The page column can often have a great many entries. Therefore, when you query a page, you have the option
34of displaying a ''brief'' format with the following columns:
35
36|''Month''|''Accesses''|''Country''|''User Agent''|
37
38In the case of output for page queries, there are two results for **accesses**.  The one which appears in the header at the top of the output refers to the number of access for the page being queried.
39The accesses field in the table refers to the number of times the IP address has accessed the site.
40
41The columns in angle brackets will not appear in every table.  The ''Country''  column will be excluded from Country queries.  The ''IP''
42column will appear in tables with ''User Agent'' and ''Country'' priority.
43
44==== File Menu ====
45
46There is a drop-down menu of files which are currently using the quickstats syntax.  You can click on these an the page will pop up.
47This serves a two-fold purpose: \\
481. They give you a convenient means of checking names and IP's which you might want to use in your queries. \\
492. They enable you to keep all your work with quickstats in the admin panel, giving you immediate access to any
50charts you may have created with the quickstats syntax plugin.
51
52==== Execution Time ====
53
54If your query times out, you see a "timed out" message. If your server is not set to safemode for PHP scripts, you can increase the maxiumum execution time with the ''max_exec_time'' option in the quickstats section of the Configuration Manager. This option is set by default to 60 seconds. If your server is set to safemode and you have permission to make changes to php.ini, then you can reset the ''max_execution_time'' value in php.ini. The value in php.ini usually defaults to 30 seconds.
55
56In the case of long searches, the timer icon may continue displaying after the timeout period has been exceeded, but the processing has actually stopped and the result will eventually display showing that the maximum timeout had been exceeded.
57
58----
59
60**Notes** \\
611. The User Agent will be a browser or the name of a spider, search engine robot, or crawler.\\
622. The ''Accesses'' column always refers to the number of times the IP address has accessed pages on your wiki. When you request data about a page or group of pages, the header for each page will indicate the number of times the page itself has been accessed.
63