Commit Graph

42 Commits

Author SHA1 Message Date
kelson42 2acadfb0c9 + remove small -reorder compilation warning 2012-04-24 15:20:09 +00:00
kelson42 040ace5091 + replace in the searcher the usage of dynamic loaded template file by the usage of a resource 2012-04-23 21:20:25 +00:00
kelson42 8f69987929 + last improvement of the new kiwix-serve 2012-04-16 23:21:37 +00:00
kelson42 8df9c53878 + fix the implementation of the arrows in the search restult page 2011-12-04 15:11:38 +00:00
kelson42 aa9ebdb87e + * Add "First" and "Last" arrows in the search result page (ID: 3442313) 2011-12-04 13:40:22 +00:00
kelson42 a596427a5e + display start=n+1 in search result pat if offset=n (people start to count at 1, not 0) 2011-08-16 19:28:11 +00:00
kelson42 4b5126ab75 + template adaptation for using in kiwix-serve 2011-04-08 14:12:39 +00:00
kelson42 bfd78ed71c + possible now to navigate trhough all the results 2011-04-03 11:32:51 +00:00
kelson42 91dfb75b47 + selected only the current page in the page list at the bottom of each result page 2011-04-03 11:08:35 +00:00
kelson42 a52d290739 + replace "." by "," for numbers over 999 2011-04-02 18:20:33 +00:00
kelson42 709f32a872 + better able to deal with indexes without article size & wordCount 2011-04-02 17:50:54 +00:00
kelson42 db145fb4a7 + in getHtml(), fix the range end value if end > estimatedCount 2011-03-30 21:10:20 +00:00
kelson42 91212bdb13 + last dev. on the search feature before beta1 2011-03-26 15:29:56 +00:00
kelson42 f7e842db3a + remove a compilation warning 2011-03-24 12:03:36 +00:00
kelson42 71c3bda0cc + remove a few compile warnings 2011-03-24 11:26:58 +00:00
kelson42 939155a9cb + fix a bug occuring if cutting the snippet in the middle of a multibyte character 2011-03-24 07:15:17 +00:00
kelson42 41217c22d8 + search page navigation 2011-03-22 21:04:41 +00:00
kelson42 8b291cd219 + beautifyInteger() 2011-03-22 18:27:20 +00:00
kelson42 ef3202dc02 + better search results 2011-03-20 18:47:14 +00:00
kelson42 5056c59747 + imp. of the search results display 2011-03-20 17:59:31 +00:00
kelson42 51b605906a + load the result template automaticaly from the skin directory 2011-03-19 10:48:23 +00:00
kelson42 3f2f79d40f + introduction of estimatedResultCount in template 2011-03-18 15:13:57 +00:00
kelson42 8878f4e8f3 + getEstimatedResultCount() 2011-03-18 13:51:41 +00:00
kelson42 5e162d6f47 + removing of the result sidebar 2011-03-18 07:07:44 +00:00
kelson42 9e8ebdaf6e + stub template for the result page 2011-03-15 21:23:12 +00:00
kelson42 fb570a6a9d + ctpp2 integration continues... it starts to work 2011-03-15 20:59:59 +00:00
kelson42 cebae645e6 + new improvements in ctpp2 integration 2011-03-14 22:50:50 +00:00
kelson42 519eebccd2 + continue the implementation of ctpp2 2011-03-14 21:39:45 +00:00
kelson42 045717117e + first steps for ctpp2 usage 2011-03-14 21:09:06 +00:00
kelson42 8f11852627 + GPLv3 headers 2011-03-12 13:19:36 +00:00
kelson42 3d10562634 + add the "verbose" arg. to searchInIndex() 2010-11-07 10:42:50 +00:00
kelson42 e7923b75e9 + stub of Clucene search code (still does not work) 2010-11-06 16:03:32 +00:00
kelson42 92aec4e612 + factorization of the Searcher class to avoid multiple backends (preparation work for CluceneSearcher class and CluceneAccessor XPCOM) 2010-11-06 11:47:13 +00:00
kelson42 3555e4f918 + tokenize the search query with Xapian::Query::parser_query() and not anymore with split() 2010-07-04 15:55:12 +00:00
kelson42 4178289614 + fix for malayalam 2010-06-27 16:31:48 +00:00
kelson42 19ac4741e6 + fix the problem with failing accented searches on windows 2010-05-25 17:11:05 +00:00
kelson42 31dc311f2a + improved version of removeAccents(9 2010-04-16 13:33:50 +00:00
kelson42 27ee27bbe9 + replace libunac by libicu 2010-04-16 12:28:42 +00:00
kelson42 fe1095082c + remove debug outputs 2010-03-25 08:49:20 +00:00
kelson42 d942d614e7 add double quote in the tokenizer separator character list (see ID: 2939690) 2010-01-26 11:21:10 +00:00
kelson42 0f4d6eb371 + lowercase the search partern in search.[cpp|h] 2010-01-25 11:28:32 +00:00
kelson42 dc9e92e1e6 + factorisation of the code, creation of the kiwix::Searcher class 2010-01-23 12:42:08 +00:00