| Date | File | Revision | Author | Revision Log |
|---|---|---|---|---|
| 2005/02/21 22:47:48 | 676 | 676 | dpavlin | added support for submit button "reset" which will reset form (you can't really use type="reset" with persitant search variables enabled). |
| 2005/02/21 22:21:53 | 675 | 675 | dpavlin | bugfix: re-enable HTML::FillInForm to create persistent search using <TMPL_VAR NAME="SEARCH_HIDDEN"> in form which has just "back to search" button. You can use this variable to dump persistant search variables without rm (runmode of CGI::Application) |
| 2005/02/15 22:22:24 | 660 | 660 | dpavlin | filter to checked documents |
| 2005/02/15 21:48:16 | 659 | 659 | dpavlin | added sort by any combination of swish-e fields which are defined by PropertyNames in swish_isis.conf. This allowed adition of links which show search results sorted by time, author and title then author or autor than titme combination. Any combination of fields for sorting can be specified (separated by spaces), with optional asc(ending) or desc(ending) order. |
| 2005/01/24 15:32:55 | 644 | 644 | dpavlin | updated development from production |
| 2005/01/23 02:02:10 | 641 | 641 | dpavlin | New implementation of indexes: now it uses only two tables (index for all data and tags for all tags). Currently, it doesn't enforce relation between them on RDBMS level (I have to test this code against SQLite and MySQL before enforcing that). Removed swish-e output while indexing, database is used as default tag to enable filtering by database (there isn't possiblity to set tag to something else yet!). Output usage count in index. |
| 2005/01/18 17:07:14 | 636 | 636 | dpavlin | Implemented persist_search hidden variable in forms which can specify (multiple) number of variables which should be persistent after user specified them in form (useful for language for example). Values are separated by comma (,). Some cleanup and warning removal. |
| 2004/12/31 03:35:27 | 617 | 617 | dpavlin | design changes (and translation to Croatian) |
| 2004/03/13 17:46:47 | 271 | 271 | dpavlin | "show details" now work corretly when not on first page |
| 2004/01/11 21:06:42 | 200 | 200 | dpavlin | Added missing changes to template for index results |
| 2003/11/23 17:13:53 | 174 | 174 | dpavlin | radio buttons for exact search |
| 2003/11/20 21:23:40 | 163 | 163 | dpavlin | Added type="swish_exact" to save data into swish index with boundaries xxbxx data xxexxx. This is helpful to implement exact match from beginning of query and exact match to full query which are defined using e[nr] field in web user interface (with same [nr] as f[nr] and v[nr] fields) which have to have value 1 (from beginning) 2 (from end, not that useful...) or 3 (1+2 - exact match) |
| 2003/11/20 19:33:00 | 161 | 161 | dpavlin | write nice (?) message indicating that there are no results for this query |
| 2003/11/17 20:46:18 | 156 | 156 | dpavlin | added template example (which include do_checkbox JavaScript) added select all/none/toggle at results page (usage of do_checkbox.js) |
| 2003/11/17 20:12:47 | 155 | 155 | dpavlin | improvements |
| 2003/09/04 13:47:36 | 126 | 126 | dpavlin | added links from result headline to details, CSS style to make headline links and links in index non-underlined |
| 2003/09/03 23:07:21 | 124 | 124 | dpavlin | links from index back to search |
| 2003/09/03 20:08:57 | 123 | 123 | dpavlin | (not working) links from index to search |
| 2003/09/02 11:46:58 | 119 | 119 | dpavlin | fixes |
| 2003/07/16 15:54:38 | 115 | 115 | dpavlin | additional button on bottom of results |