| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | [[TicketQuery(summary=S2S_WEB_SEARCH_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] |
| 4 | |
| 5 | |
| 6 | = Analysis = |
| 7 | |
| 8 | |
| 9 | == Overview == |
| 10 | There are several kinds of search in the Sophie server: |
| 11 | * Search all books |
| 12 | * Search current user’s books only |
| 13 | * Search on word or phrase |
| 14 | * Book search results [[BR]] |
| 15 | The result of the search depending on the search kind displays: |
| 16 | * List of all books matching results with context characters displayed (ten characters before and after result string) |
| 17 | * Search again |
| 18 | * Refine search (search again on previous search result) |
| 19 | * Download book - the user can choose to download the book where is the search match |
| 20 | * Clone book - the user can choose to clone that book |
| 21 | * Manage book - the user can manage the books in the search result |
| 22 | |
| 23 | |
| 24 | == Task requirements == |
| 25 | * For book search: |
| 26 | * Currently, the search method is not implemented in the S2S facade, and it has to be. |
| 27 | * We have to be able to sort the results by some criteria (for example, by date + descending) |
| 28 | * We have to be able to take just a number of results (for example, first 5 results) |
| 29 | * We have to able to search in different locations, for example "all books", "books of the current user", "search in results" |
| 30 | * We need also User Search |
| 31 | * And Group Search |
| 32 | * There must be a simple book search in the menu.jsp (for example, the one, that is currently in the search.jsp) |
| 33 | |
| 34 | == Task result == |
| 35 | ^(The Analysis should contain strict requirements about the end product of the task (for example the result must be source code, the result must be google doc, etc.))^ |
| 36 | |
| 37 | == Implementation idea == |
| 38 | ^(It is advisable to include some rough implementations ideas.)^ |
| 39 | |
| 40 | == Related == |
| 41 | ^(Here you can add related tasks that could be useful or helpful.)^ |
| 42 | |
| 43 | == How to demo == |
| 44 | ^(In this section you must add instructions for the demo of the task.)^ |
| 45 | |
| 46 | = Design = |
| 47 | |
| 48 | = Implementation = |
| 49 | ^(Implementation results should be described and linked here (from the wiki or the repository))^ |
| 50 | |
| 51 | = Testing = |
| 52 | |
| 53 | = Comments = |
| 54 | ^(Write comments for this or later revisions here.) |