aboutsummaryrefslogtreecommitdiffstats
path: root/includes/search/SearchSqlite.php
Commit message (Expand)AuthorAgeFilesLines
* search: Use NS_MAIN instead of hard coded 0Umherirrender2022-03-071-1/+1
* Replace some more usages of Wikimedia\(suppress|restore)Warnings()Reedy2022-02-241-2/+3
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-2/+2
* Pass function name to database functionsUmherirrender2020-06-071-2/+2
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-1/+1
* languages: Introduce LanguageConverterFactoryPeter Ovchyn2020-02-031-2/+4
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* rdbms: remove DatabaseSqlite::checkForEnabledSearch() in favor of explicit qu...Aaron Schulz2019-08-071-9/+9
* Merge "Document SearchDatabase::doSearchTextInDB to return null"jenkins-bot2019-08-011-2/+2
|\
| * Document SearchDatabase::doSearchTextInDB to return nullUmherirrender2019-07-311-2/+2
* | Switch various LoadBalancer::getConnection() callers to getConnectionRef()Aaron Schulz2019-07-121-5/+9
|/
* search: refactor DatabaseSearch to take a load balancer instanceAaron Schulz2019-06-261-14/+24
* search: make legalSearchChars() non-staticAaron Schulz2019-04-111-1/+1
* Safe replacement of a lot of `!count()` with `=== []`Thiemo Kreuz2019-01-151-1/+1
* Write Latin and other scripts with captial letterFomafix2018-10-051-1/+1
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-9/+9
* Deprecate SearchEngine::replacePrefixesDavid Causse2018-07-171-2/+2
* Merge "Deprecate overriding SearchEngine::search*"jenkins-bot2018-05-161-2/+2
|\
| * Deprecate overriding SearchEngine::search*Erik Bernhardson2018-05-151-2/+2
* | Make internal search methods private for db implementationsDavid Causse2018-05-091-8/+8
|/
* Update suppressWarning()/restoreWarning() callsReedy2018-02-101-2/+2
* update mediawiki-codesniffer to 0.11.0 and fix issuesWMDE-Fisch2017-08-111-1/+1
* Fix phrase searchDavid Causse2017-07-031-3/+8
* Fix highlighting for phrase queriesDavid Causse2017-06-261-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-9/+9
* Use mediawiki/at-ease library for suppressing warningsKunal Mehta2015-06-111-2/+2
* Add missing @param to function docsumherirrender2014-08-141-0/+2
* rm $wgCountTotalSearchHits. It was broken.Brian Wolff2014-07-081-8/+6
* Remove use of strencode() outside Database classesKevin Israel2014-06-021-2/+2
* Pass phpcs-strict on includes/search/Siebrand Mazeland2014-05-091-1/+3
* Don't call legalSearchChars() statically so it can properly inheritChad Horohoe2014-05-051-1/+1
* Clean up database-backed SearchResultSetsChad Horohoe2014-04-221-17/+3
* Fixed some @params documentation (includes/*)umherirrender2014-04-201-19/+19
* Remove "include redirects" option from searchChad Horohoe2014-03-261-15/+1
* Begin abstracting more of the database-specific search backend outChad Horohoe2014-01-211-15/+1
* docs: Remove odd colons after @todoTimo Tijhof2013-05-151-1/+1
* Fixed spacing in logging/parser/profiler/rl/revdel/search folderumherirrender2013-04-201-16/+19
* Added/Removed spaces around string concatenationumherirrender2013-04-131-1/+1
* fix some spacingumherirrender2013-03-251-2/+2
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-2/+2
* fix some spacingumherirrender2013-03-071-2/+1
* fix some spacingumherirrender2013-02-041-4/+4
* More return documentationSam Reed2012-02-091-0/+1
* And even more documentation in various filesSam Reed2011-05-291-1/+5
* And even more documentation, the last of this batchSam Reed2011-05-281-0/+6
* Move storing of $db down to SearchEnginePlatonides2010-11-221-2/+2
* Get rid of PHP4-style constructorsChad Horohoe2010-08-301-1/+1
* * standardised file headersAlexandre Emsenhuber2010-08-081-17/+17
* Fix SearchSqlite::updateTitle()Max Semenik2010-06-271-1/+1
* * Create new DatabaseSqlite::checkForEnabledSearch() and use it from SearchSq...Mark A. Hershberger2010-06-161-26/+16