[geeklog-cvs] geeklog-1.3 config.php,1.69,1.70

tony at geeklog.net tony at geeklog.net
Thu Jan 16 17:51:55 EST 2003


Update of /usr/cvs/geeklog/geeklog-1.3
In directory internal.geeklog.net:/tmp/cvs-serv22776

Modified Files:
	config.php 
Log Message:
added search options

Index: config.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/config.php,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -d -r1.69 -r1.70
*** config.php	13 Jan 2003 13:21:29 -0000	1.69
--- config.php	16 Jan 2003 22:51:53 -0000	1.70
***************
*** 183,186 ****
--- 183,207 ----
  
  // +---------------------------------------------------------------------------+
+ // | SEARCH SETTINGS                                                           |
+ // |                                                                           |
+ // | These are other various Geeklog settings.  The defaults should work OK    |
+ // | for most situations.                                                      |
+ // +---------------------------------------------------------------------------+
+ 
+ // Indicates if we should expand search results or not.
+ //     true = show title with summary
+ //     false = title date author hits on one line
+ $_CONF['expandedSearchResults']  =  true;
+     
+ // 0: use users max stories per page
+ // 1: Show all
+ // any other number is the # of resuilts per page
+ $_CONF['maxSearchResults']  =  1;
+     
+ // maximum length for the summary text for search results should be    
+ $_CONF['summaryLength']  =  250;
+     
+     
+ // +---------------------------------------------------------------------------+
  // | MISCELLANEOUS SETTINGS                                                    |
  // |                                                                           |





More information about the geeklog-cvs mailing list