diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-21 21:50:35 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-21 21:50:35 -0700 |
commit | 876ab059273a5f223170d6b2c0b9b4342b06c50f (patch) | |
tree | 5a3f32ead088c405bf24ddff361ed5cbed47db8c /lib/common.php | |
parent | 02a4ca9e2ea46cb82829dc65e76efc36b0ec470b (diff) |
Add like for search
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index 361759d0a..14f5c7a7f 100644 --- a/lib/common.php +++ b/lib/common.php @@ -228,7 +228,9 @@ $config = ), 'group' => array('maxaliases' => 3), - 'oohembed' => array('endpoint' => 'http://oohembed.com/oohembed/') + 'oohembed' => array('endpoint' => 'http://oohembed.com/oohembed/'), + 'search' => + array('type' => 'fulltext'), ); $config['db'] = &PEAR::getStaticProperty('DB_DataObject','options'); |