Commit graph

19 commits

Author SHA1 Message Date
Sam Reed
09a78c1368 More return documentation 2012-02-09 21:36:14 +00:00
Sam Reed
ba2c3a793d And even more documentation in various files 2011-05-29 14:25:20 +00:00
Sam Reed
b15737fa83 And even more documentation, the last of this batch 2011-05-28 19:00:01 +00:00
Platonides
a85f03a94f Move storing of $db down to SearchEngine
Fixes the r76809 issue of SearchDbTest not being marked as requiring a Database.
2010-11-22 16:08:12 +00:00
Chad Horohoe
9e6c7cc8ef Get rid of PHP4-style constructors 2010-08-30 16:52:51 +00:00
Alexandre Emsenhuber
25ee5e7ae9 * standardised file headers
* added a basic description
* added @file
2010-08-08 10:44:59 +00:00
Max Semenik
7880e99278 Fix SearchSqlite::updateTitle() 2010-06-27 17:40:34 +00:00
Mark A. Hershberger
65bcb9f329 * Create new DatabaseSqlite::checkForEnabledSearch() and use it from SearchSqlite::fulltextSearchSupported() instead of querying the updatelog table. This was the only use of updatelog under the non-maint code.
* Add the searchindex table to the list of tables to preserve for testing.
* Adapt SearchEngineTest to work with Sqlite.
* Add fulltext setup for SQLite to the new installer code.
* TODO: SqliteInstaller::setupSearchIndex() should not be using addHtml()
2010-06-16 18:26:47 +00:00
Philip Tzou
d6b6766f3a Follow up r60742, r60743, r60764, r60766, r61214, r61390. Split stripForSearch into wordSegmentation and normalizeForSearch. So the wordSegmentation could be called by search engines separately. 2010-02-02 15:09:01 +00:00
Max Semenik
a14625a6f4 Removed deadbeef from SearchSqlite 2010-01-22 17:57:55 +00:00
Max Semenik
5280fbe949 Renamed $wgSearchMySQLTotalHits to $wgCountTotalSearchHits, since such functionality also exists in SearchSqlite. No migration needed, as it was added in 1.16. 2010-01-13 15:29:24 +00:00
Max Semenik
76fb2dba7e Cleared SearchSqlite from some mysqlisms from r58322 2010-01-10 10:02:55 +00:00
Max Semenik
4b0299a765 Severely refactored the SearchResultSet descendants system, consolidating most od the code into one class. Ping r58322. 2010-01-09 14:30:55 +00:00
Niklas Laxström
aca2d0faef Add comment about unused parameters to constructor too + coding style 2010-01-06 22:19:48 +00:00
Max Semenik
1eed1e3794 Fixed insane selectField() usage from r58322 2010-01-06 18:52:19 +00:00
Chad Horohoe
a4e5e935b6 Mass convert NULL -> null. Left strings and comments alone, obviously. 2009-12-11 21:07:27 +00:00
Max Semenik
2cb932d3c0 Match lowercase titles in SearchSqlite 2009-10-30 20:54:17 +00:00
Max Semenik
21159b7f93 Follow-up to r58322: removed debugging code 2009-10-30 13:31:21 +00:00
Max Semenik
798cfc5ade Merge SQLite search from branches/sqlite/ to trunk 2009-10-29 16:19:35 +00:00