Commit graph

8 commits

Author SHA1 Message Date
Antoine Musso
b3ab52afc5 Fix bug 145: finish 'exclude redirect' implementation 2005-08-10 21:12:00 +00:00
Antoine Musso
315d6d6188 limitResult() use 3 argument since ORACLE merge 2005-08-09 10:30:20 +00:00
Niklas Laxström
630df86929 Make the Mysql search work 2005-08-02 21:07:47 +00:00
Brion Vibber
782fe8b5cc * Fix notice on search index update due to non-array 2005-07-22 11:22:55 +00:00
Antoine Musso
157861bc31 fix some issues with phpdoc 2005-07-05 21:22:25 +00:00
Antoine Musso
8eb054cd46 quote 2005-07-03 19:30:38 +00:00
Ævar Arnfjörð Bjarmason
97bfb998ee * Fixed a bug where moving a page would cause the following SQL error when
updating the searchindex:
    UPDATE `Array` SET si_title='page 1' WHERE si_page='2910'
  from within function "SearchMySQL4::updateTitle". MySQL returned error
  "1146: Table 'HEAD.Array' doesn't exist (localhost)".
  The new query causes the following to be executed:
    UPDATE `searchindex` SET si_title='page 1' WHERE si_page='2909'
  (somebody more familiar with the the whole searchindexing code please review
  the while move process)
2005-05-24 14:56:07 +00:00
Brion Vibber
aa99b80d7f Change the SearchEngine interface around:
* Reduce some duplicated code between MySQL 3 and 4 classes
* Generalize some things to better support Lucene search plugin
2005-05-23 08:42:20 +00:00