Changes between Version 10 and Version 11 of WEB_SEARCH_R0


Ignore:
Timestamp:
11/02/09 18:05:05 (15 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WEB_SEARCH_R0

    v10 v11  
    1010 
    1111== Task requirements == 
    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) 
    4830== Task result == 
    4931Source code 
     
    5133== Implementation idea == 
    5234 * Quick search is available for every opened page and locates over the main menu. 
    53  * Advances search can be opened by a "Search" button, located in the main menu. 
     35 * Advanced search can be opened by a "Search" button, located in the menu bar. 
    5436 
    5537== Related == 
     
    62442. The available results are shown with resource name, part of the resource information, owner name, date and time of last change in the resource. If the resource are many only part of them are shown.[[BR]]  
    63453. Click on the search button and open the advanced search.[[BR]] 
    64 4. Choose type "book", write your name in the owner field, check the arrange by date checkbox, write a word and press search. [[BR]] 
    65 Notice all your book resources are shown and they are arranged by date.[[BR]] 
    66 5. Write another word and press "Search in results" button.[[BR]] 
    67 Search occurs only in the previous result set.  
     464. Choose type "book", write your name in the owner field, write a word and press search. [[BR]] 
    6847 
    6948= Design =