/[drupal]/contributions/modules/views_fastsearch/views_fastsearch.module
ViewVC logotype

Diff of /contributions/modules/views_fastsearch/views_fastsearch.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2.2.46, Wed Jan 16 12:36:33 2008 UTC revision 1.2.2.47, Tue Mar 4 18:28:12 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: views_fastsearch.module,v 1.2.2.45 2008/01/05 02:04:11 douggreen Exp $  // $Id: views_fastsearch.module,v 1.2.2.46 2008/01/16 12:36:33 douggreen Exp $
3    
4  /** @file  /** @file
5   * Add a views filter that allows nodes to be filtered quickly   * Add a views filter that allows nodes to be filtered quickly
# Line 25  Line 25 
25   * ALTER IGNORE TABLE search_index ADD UNIQUE INDEX (sid, word, type, fromsid);   * ALTER IGNORE TABLE search_index ADD UNIQUE INDEX (sid, word, type, fromsid);
26   *   *
27   * See also http://drupal.org/node/143160.   * See also http://drupal.org/node/143160.
28   */   */
29    
30  /**  /**
31   * Implementation of views hook_views_tables()   * Implementation of views hook_views_tables()

Legend:
Removed from v.1.2.2.46  
changed lines
  Added in v.1.2.2.47

  ViewVC Help
Powered by ViewVC 1.1.2