wiki.techinc.nl/includes/search
thiemowmde b1c9ec74fa Remove meaningless @var documentation from constants
A constant is not a variable. The type is hard-coded via the value
and can never change. While the extra @var probably doesn't hurt much,
it's redundant and error-prone and can't provide any additional
information.

Change-Id: Iee1f36a1905d9b9c6b26d0684b7848571f0c1733
2024-10-09 09:33:12 +02:00
..
Entity search: Deprecate the use of SearchResultThumbnail::getSize() 2023-05-29 11:04:31 +00:00
Hook Namespace remaining 'specialpage' files under \MediaWiki\SpecialPage 2023-09-18 18:23:13 +01:00
searchwidgets Remove meaningless @var documentation from constants 2024-10-09 09:33:12 +02:00
BaseSearchResultSet.php docs: Adjust all @deprecated tags to use 'since…' for consistency 2024-05-01 07:41:18 +01:00
DummySearchIndexFieldDefinition.php
FauxSearchResult.php Add parent constructor call in FauxSearchResult 2024-01-02 18:46:20 +01:00
FauxSearchResultSet.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ISearchResultSet.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
NullIndexField.php
PaginatingSearchEngine.php
ParserOutputSearchDataExtractor.php Namespace ParserOutput 2023-12-14 14:57:34 -05:00
PerRowAugmentor.php
PrefixSearch.php rdbms: Create IReadableDatabase::andExpr() / ::orExpr() 2024-07-11 15:29:20 +00:00
ResultAugmentor.php
ResultSetAugmentor.php
RevisionSearchResult.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
RevisionSearchResultTrait.php Add namespace to IDBAccessObject and DBAccessObjectUtils 2024-09-27 16:19:10 -04:00
SearchDatabase.php db: Better Error messaging when Title search query not compatible with db Engine 2024-02-21 21:06:08 +03:00
SearchEngine.php Remove unchecked exception annotations 2024-09-17 22:20:58 +02:00
SearchEngineConfig.php search: Use ServiceOptions not full config object 2024-04-16 15:50:43 +01:00
SearchEngineDummy.php
SearchEngineFactory.php search: Make DB-backed search engines use ICP instead of LB/LBF 2023-07-13 12:31:06 +02:00
SearchExactMatchRescorer.php Replace User, Title, and WikiPage in more signatures 2024-07-10 01:25:57 +02:00
SearchHighlighter.php search: Add missing documentation to class properties 2024-09-07 21:56:00 +02:00
SearchIndexField.php pager: Clean up file headers and @ingroup 2022-09-29 21:05:08 +01:00
SearchIndexFieldDefinition.php Remove redundant empty() constructs (2) 2023-09-08 23:28:11 +02:00
SearchMySQL.php search: Add missing documentation to class properties 2024-09-07 21:56:00 +02:00
SearchNearMatchResultSet.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
SearchPostgres.php Type hint IReadableDatabase on IConnectionProvider::getReplicaDatabase 2024-03-16 16:02:11 +00:00
SearchResult.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
SearchResultSet.php search: Add missing documentation to class properties 2024-09-07 21:56:00 +02:00
SearchResultSetTrait.php
SearchResultThumbnailProvider.php Avoid use of deprecated wfExpandUrl in various places 2024-09-09 20:55:52 +00:00
SearchResultTrait.php Replace gettype() with get_debug_type() in exception messages 2024-07-31 19:24:39 +02:00
SearchSqlite.php Type hint IReadableDatabase on IConnectionProvider::getReplicaDatabase 2024-03-16 16:02:11 +00:00
SearchSuggestion.php Avoid use of deprecated wfExpandUrl in various places 2024-09-09 20:55:52 +00:00
SearchSuggestionSet.php Fix some line indent 2024-04-20 00:25:15 +02:00
SqlSearchResult.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
SqlSearchResultSet.php search: Replace IResultWrapper::fetchObject()/next() with foreach loop 2024-08-31 23:58:02 +02:00
StringPrefixSearch.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
TitleMatcher.php Remove meaningless @var documentation from constants 2024-10-09 09:33:12 +02:00
TitlePrefixSearch.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00