diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-06-21 22:30:39 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-06-21 22:30:39 -0700 |
commit | 9014a0a90d9ab5ee408aded51f379fd084fcd82c (patch) | |
tree | c30dea6917805d3218f030fc59185f00841e3abc /README | |
parent | b8f3f32f3f12339c3838fcfc883815d63a36dca7 (diff) | |
parent | 876ab059273a5f223170d6b2c0b9b4342b06c50f (diff) |
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
* '0.8.x' of git@gitorious.org:laconica/dev:
Add like for search
got rid of 'skin' concept a while ago
add collecta.com link
Update copyright dates in files modified in 2009
change Controlez-Vous to Control Yourself
ignore config.php.*
Position of max_file_size position helps IE
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1247,7 +1247,6 @@ Options for group functionality. maxaliases: maximum number of aliases a group can have. Default 3. Set to 0 or less to prevent aliases in a group. - oohembed -------- @@ -1255,6 +1254,18 @@ oEmbed endpoint for multimedia attachments (links in posts). endpoint: oohembed endpoint using http://oohembed.com/ software. +search +------ + +Some stuff for search. + +type: type of search. Ignored if PostgreSQL or Sphinx are enabled. Can either + be 'fulltext' (default) or 'like'. The former is faster and more efficient + but requires the lame old MyISAM engine for MySQL. The latter + will work with InnoDB but could be miserably slow on large + systems. We'll probably add another type sometime in the future, + with our own indexing system (maybe like MediaWiki's). + Troubleshooting =============== |