12 | | The following rules occur for the search results. |
13 | | * The search result of the result list consist of three parts: |
14 | | * name of the resource |
15 | | * part of the information for the resource |
16 | | * name of the owner plus the date and the time of the last change |
17 | | * the written query |
18 | | * if the query is one word |
19 | | * the result can contain the query as an entire word or as a part of existing word |
20 | | * the arrangement of the results depends on the following rules in the same order of importance: |
21 | | * 1. Occurrence of the query in the name of the resource |
22 | | * 2. Occurrence of the query in the information for the resource (as many times, as earlier position in the list of the results) |
23 | | * 3. Partly occurrence of the query in a word of the name of the resource |
24 | | * 4. Partly occurrence of the query in a word of the information for the resource (as many times, as earlier position in the list of the results) |
25 | | * if the query is more than one word |
26 | | * for the result, occurrence of one of them is enough |
27 | | * the arrangement of the results depends onthe following rules in the same order of importance: |
28 | | * 1. Occurrence of words in the query in the same order and one after another in the name of the resource |
29 | | * 2. Occurrence of words in the query in the same order and one after another in the information of the resource |
30 | | * 3. Occurrence of words of the query in the name of the resource |
31 | | * 4. Occurrence of the words of the query in the information for the resource (as many times, as earlier position in the list of the results) |
32 | | * 5. Partly occurrence of the words of the query in words of the name of the resource |
33 | | * 6. Partly occurrence of the words of the query in words of the information for the resource (as many times, as earlier position in the list of the results) |
34 | | * Every found occurrence of the query in the result set is highlighted. |
35 | | [[BR]] |
36 | | |
37 | | Advanced search has the following features: |
38 | | * a combobox for selecting a type of resource (by default any) |
39 | | * a field for writing an owner of a resource (by default any) |
40 | | * a checkbox for arranging by date, descending (by default unchecked) |
41 | | |
42 | | Results presenting: |
43 | | * presenting a definite number of results at once (for example 10) |
44 | | * occurrence of numbers going to the nearest sets of such results |
45 | | * occurrence of which set of result is shown now and how many are all the results( for example "Results (101 - 110 of 664)") |
46 | | |
47 | | After a search result set is available a button for searching in the results is available, located next to search one. |
| 12 | * Quick search: |
| 13 | * Search for the word with spaces before and after it |
| 14 | * Priorities for the search (these should be grouped) |
| 15 | * results in title |
| 16 | * results in name |
| 17 | * results in comments |
| 18 | * Search for all of the words, then for occurance of one of them |
| 19 | * if a "+" is used before a word, only results containing this word are shown |
| 20 | * if a "-" is used before a word, only results not containing this word are shown |
| 21 | * included words should be highlighted |
| 22 | * Advanced search |
| 23 | * Dropdown for kind |
| 24 | * book |
| 25 | * resource |
| 26 | * Text field for author |
| 27 | * Search in title only (checkbox) |
| 28 | * Search in name only (checkbox) |
| 29 | * Search in comments only (checkbox) |